Updated a LOT of IP addresses/DHCP reservations. Added in some more weather Speech patterns.
This commit is contained in:
parent
9bc9508352
commit
850d4ee927
|
@ -129,16 +129,16 @@ light:
|
|||
- platform: flux_led
|
||||
automatic_add: True
|
||||
devices:
|
||||
192.168.10.148:
|
||||
192.168.10.30:
|
||||
name: led_garage_snip
|
||||
mode: "rgb"
|
||||
192.168.10.214:
|
||||
192.168.10.31:
|
||||
name: led_outdoor_den
|
||||
mode: "rgb"
|
||||
192.168.10.213:
|
||||
192.168.10.32:
|
||||
name: led_garage_large
|
||||
mode: "rgb"
|
||||
192.168.10.212:
|
||||
192.168.10.33:
|
||||
name: led_garage_small
|
||||
mode: "rgb"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ switch:
|
|||
- platform: command_line
|
||||
switches:
|
||||
juicebox_restart:
|
||||
command_on: "/usr/bin/curl -k 'http://192.168.10.175/command/reboot'"
|
||||
command_on: "/usr/bin/curl -k 'http://192.168.10.91/command/reboot'"
|
||||
friendly_name: Restart Juicebox
|
||||
|
||||
group:
|
||||
|
|
|
@ -16,12 +16,14 @@ exclude:
|
|||
- scene
|
||||
- script
|
||||
entities:
|
||||
- binary_sensor.camera1_motion_sensor
|
||||
- binary_sensor.camera2_motion_sensor
|
||||
- binary_sensor.camera3_motion_sensor
|
||||
- sensor.clock_am_pm
|
||||
- sensor.clock_date
|
||||
- sensor.clock_day
|
||||
- sensor.clock_stacey_alarm_time
|
||||
- sensor.clock_time
|
||||
- sensor.dark_sky_minutely_summary
|
||||
- sensor.date
|
||||
- sensor.external_ip
|
||||
- sensor.floorplan_date
|
||||
|
|
|
@ -139,7 +139,6 @@ speech_engine:
|
|||
{%- macro iss() -%}
|
||||
{% if is_state('binary_sensor.iss', 'on') -%}
|
||||
Here is something interesting. The international space station is above us now. There are {{ states.binary_sensor.iss.attributes['number_of_people_in_space'] }} people in space right now.
|
||||
{{ outside_weather() }}
|
||||
{% endif -%}
|
||||
{%- endmacro -%}
|
||||
|
||||
|
@ -228,7 +227,7 @@ speech_engine:
|
|||
{% endif %}
|
||||
|
||||
{# call a Random fact about the house #}
|
||||
{{ ([iss, moon, uv, holiday]|random)() }}
|
||||
{{ ([iss, moon, uv, holiday, outside_weather]|random)() }}
|
||||
|
||||
- service: input_boolean.turn_off
|
||||
data:
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
# Thanks to @ZOMBU2 for providing me with the right firmware - http://cn-fwversions.ibroadlink.com/firmware/download/10026/20028.bin
|
||||
- platform: broadlink
|
||||
host: 192.168.10.218
|
||||
host: 192.168.10.118
|
||||
mac: '34:EA:34:CC:CE:25'
|
||||
switches:
|
||||
kitchen_accents:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 118 KiB |
Binary file not shown.
Before Width: | Height: | Size: 105 KiB |
Loading…
Reference in New Issue