Updated living room lights to reflect door/window/garage status with colors.

This commit is contained in:
ccostan
2018-01-08 20:49:59 -05:00
parent 7d14965d73
commit cd1eba3d10
3 changed files with 43 additions and 38 deletions

View File

@@ -32,14 +32,14 @@ sensor:
duration:
hours: 24
- platform: history_stats
name: HVAC Time
entity_id: sensor.downstairs_thermostat_hvac_state
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
# - platform: history_stats
# name: HVAC Time
# entity_id: sensor.downstairs_thermostat_hvac_state
# state: 'on'
# type: time
# end: '{{ now() }}'
# duration:
# hours: 24
- platform: history_stats
name: Landscaping Light time
@@ -55,6 +55,7 @@ group:
entities:
- sensor.doorbell_presses
- sensor.landscaping_light_time
- sensor.hvac_time
#############################################################