Some more updates.. however minor

This commit is contained in:
ccostan 2018-01-14 18:30:56 -05:00
parent 8502131241
commit 0aaa63dcc1
3 changed files with 3 additions and 15 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@ homeassistant:
customize:
binary_sensor.office_motion:
friendly_name: Office Motion Sensor
hidden: False
#---Sensor for Light-----------------------------
binary_sensor:
@ -67,7 +67,7 @@ automation:
to: 'off'
from: 'on'
for:
minutes: 3
minutes: 2
condition:
- condition: state

View File

@ -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)",
"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",
"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",
"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"}}