mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
16 lines
325 B
YAML
Executable File
16 lines
325 B
YAML
Executable File
# Uses the Nest thermostat to turn on lights and turn them off.
|
|
|
|
- alias: 'Upstairs Light Turn'
|
|
trigger:
|
|
- platform: event
|
|
event_type: upstairs_light_on
|
|
|
|
condition:
|
|
condition: state
|
|
- platform: sun
|
|
event: sunset
|
|
|
|
action:
|
|
service: light.turn_on
|
|
entity_id: group.upstairs
|