This is the current config. Moved old to the v1-config branch

This commit is contained in:
Jeffrey Stone
2018-03-06 11:10:52 -05:00
parent 5d3079379d
commit cbaacdc5fa
22 changed files with 1308 additions and 9 deletions

25
automation/switches.yaml Normal file
View File

@@ -0,0 +1,25 @@
#
#
# Switches
#
############
- alias: "Kitchen - Turn Off Lights"
trigger:
- platform: state
entity_id: light.kitchen_cabinets
to: 'off'
action:
- service: light.turn_off
data:
entity_id: light.kitchen_light_strip
- alias: "Kitchen - Turn On Lights"
trigger:
- platform: state
entity_id: light.kitchen_cabinets
to: 'on'
action:
- service: light.turn_on
data:
entity_id: light.kitchen_light_strip