mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-09 00:55:34 +00:00
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
|
- platform: flux_led
|
||||||
automatic_add: True
|
automatic_add: True
|
||||||
devices:
|
devices:
|
||||||
192.168.10.148:
|
192.168.10.30:
|
||||||
name: led_garage_snip
|
name: led_garage_snip
|
||||||
mode: "rgb"
|
mode: "rgb"
|
||||||
192.168.10.214:
|
192.168.10.31:
|
||||||
name: led_outdoor_den
|
name: led_outdoor_den
|
||||||
mode: "rgb"
|
mode: "rgb"
|
||||||
192.168.10.213:
|
192.168.10.32:
|
||||||
name: led_garage_large
|
name: led_garage_large
|
||||||
mode: "rgb"
|
mode: "rgb"
|
||||||
192.168.10.212:
|
192.168.10.33:
|
||||||
name: led_garage_small
|
name: led_garage_small
|
||||||
mode: "rgb"
|
mode: "rgb"
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ switch:
|
|||||||
- platform: command_line
|
- platform: command_line
|
||||||
switches:
|
switches:
|
||||||
juicebox_restart:
|
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
|
friendly_name: Restart Juicebox
|
||||||
|
|
||||||
group:
|
group:
|
||||||
|
@ -16,12 +16,14 @@ exclude:
|
|||||||
- scene
|
- scene
|
||||||
- script
|
- script
|
||||||
entities:
|
entities:
|
||||||
|
- binary_sensor.camera1_motion_sensor
|
||||||
|
- binary_sensor.camera2_motion_sensor
|
||||||
|
- binary_sensor.camera3_motion_sensor
|
||||||
- sensor.clock_am_pm
|
- sensor.clock_am_pm
|
||||||
- sensor.clock_date
|
- sensor.clock_date
|
||||||
- sensor.clock_day
|
- sensor.clock_day
|
||||||
- sensor.clock_stacey_alarm_time
|
- sensor.clock_stacey_alarm_time
|
||||||
- sensor.clock_time
|
- sensor.clock_time
|
||||||
- sensor.dark_sky_minutely_summary
|
|
||||||
- sensor.date
|
- sensor.date
|
||||||
- sensor.external_ip
|
- sensor.external_ip
|
||||||
- sensor.floorplan_date
|
- sensor.floorplan_date
|
||||||
|
@ -139,7 +139,6 @@ speech_engine:
|
|||||||
{%- macro iss() -%}
|
{%- macro iss() -%}
|
||||||
{% if is_state('binary_sensor.iss', 'on') -%}
|
{% 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.
|
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 -%}
|
{% endif -%}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
@ -228,7 +227,7 @@ speech_engine:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{# call a Random fact about the house #}
|
{# call a Random fact about the house #}
|
||||||
{{ ([iss, moon, uv, holiday]|random)() }}
|
{{ ([iss, moon, uv, holiday, outside_weather]|random)() }}
|
||||||
|
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
data:
|
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
|
# Thanks to @ZOMBU2 for providing me with the right firmware - http://cn-fwversions.ibroadlink.com/firmware/download/10026/20028.bin
|
||||||
- platform: broadlink
|
- platform: broadlink
|
||||||
host: 192.168.10.218
|
host: 192.168.10.118
|
||||||
mac: '34:EA:34:CC:CE:25'
|
mac: '34:EA:34:CC:CE:25'
|
||||||
switches:
|
switches:
|
||||||
kitchen_accents:
|
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…
x
Reference in New Issue
Block a user