Some more updates.. however minor
This commit is contained in:
parent
8502131241
commit
0aaa63dcc1
|
@ -1,12 +0,0 @@
|
||||||
######################################################################
|
|
||||||
## Turn off my Office light whenever I leave the house.
|
|
||||||
######################################################################
|
|
||||||
- alias: 'Carlo has left the building'
|
|
||||||
trigger:
|
|
||||||
- platform: state
|
|
||||||
entity_id: device_tracker.carlo
|
|
||||||
to: not_home
|
|
||||||
|
|
||||||
action:
|
|
||||||
- service: light.turn_off
|
|
||||||
entity_id: light.office_lamp
|
|
|
@ -7,7 +7,7 @@ homeassistant:
|
||||||
customize:
|
customize:
|
||||||
binary_sensor.office_motion:
|
binary_sensor.office_motion:
|
||||||
friendly_name: Office Motion Sensor
|
friendly_name: Office Motion Sensor
|
||||||
|
|
||||||
hidden: False
|
hidden: False
|
||||||
#---Sensor for Light-----------------------------
|
#---Sensor for Light-----------------------------
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
|
@ -67,7 +67,7 @@ automation:
|
||||||
to: 'off'
|
to: 'off'
|
||||||
from: 'on'
|
from: 'on'
|
||||||
for:
|
for:
|
||||||
minutes: 3
|
minutes: 2
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
|
|
@ -170,7 +170,7 @@ automation:
|
||||||
"Todays Sleep Number is {{states.sensor.sleepnumber_carlo_stacey_sleepnumber.state}}. Wifi connected Bed FTW! #SleepStat (http://amzn.to/2D10BcQ)",
|
"Todays Sleep Number is {{states.sensor.sleepnumber_carlo_stacey_sleepnumber.state}}. Wifi connected Bed FTW! #SleepStat (http://amzn.to/2D10BcQ)",
|
||||||
"Our Sleep Number is {{states.sensor.sleepnumber_carlo_carlo_sleepnumber.state}}. Wifi connected Bed! #SleepStat (http://amzn.to/2D10BcQ)",
|
"Our Sleep Number is {{states.sensor.sleepnumber_carlo_carlo_sleepnumber.state}}. Wifi connected Bed! #SleepStat (http://amzn.to/2D10BcQ)",
|
||||||
"The current UV index is {{states.sensor.dark_sky_uv_index.state}} and the Moon is {{states.sensor.moon.state}}. #Space",
|
"The current UV index is {{states.sensor.dark_sky_uv_index.state}} and the Moon is {{states.sensor.moon.state}}. #Space",
|
||||||
"Home Assistant has been running for {{states.sensor.ha_uptime.state}} minutes. (https://github.com/CCOSTAN/Home-AssistantConfig)",
|
"Home Assistant has been running for {{states.sensor.ha_uptime.state}}. (https://github.com/CCOSTAN/Home-AssistantConfig)",
|
||||||
"My @getspectrum internet download speed is about {{states.sensor.speedtest_download.state}} Mbit/s and I am a #cordcutter. @TabloTV",
|
"My @getspectrum internet download speed is about {{states.sensor.speedtest_download.state}} Mbit/s and I am a #cordcutter. @TabloTV",
|
||||||
"Average Cloud Coverage: {{states.sensor.dark_sky_cloud_coverage.state}}%, Average Temp: {{states.sensor.dark_sky_temperature.state}}°F #Solar (http://www.vmwareinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)"
|
"Average Cloud Coverage: {{states.sensor.dark_sky_cloud_coverage.state}}%, Average Temp: {{states.sensor.dark_sky_temperature.state}}°F #Solar (http://www.vmwareinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)"
|
||||||
] | random + " #RandomStat"}}
|
] | random + " #RandomStat"}}
|
||||||
|
|
Loading…
Reference in New Issue