Home-AssistantConfig/automation/upstairs_motion_ifttt.yaml
2016-10-12 00:56:40 +00:00

24 lines
512 B
YAML
Executable File

# Uses the Nest thermostat to turn on lights and turn them off.
- alias: 'Upstairs Light Turn on'
trigger:
- platform: event
event_type: upstairs_light_on
condition:
condition: state
- platform: sun
event: sunset
action:
service: light.turn_on
entity_id: group.upstairs
- alias: 'Upstairs Light Turn off'
trigger:
- platform: event
event_type: upstairs_light_off
action:
service: light.turn_off
entity_id: group.upstairs