home-assistant-config/automations/main_floor/porch_light.yaml

28 lines
579 B
YAML

- alias: Turn on front porch light
description: ""
id: "9f78242d-f30f-4c30-bd37-65b4b62b95fe"
mode: single
trigger:
- platform: sun
event: sunset
condition: []
action:
- service: switch.turn_on
data: {}
target:
entity_id: switch.front_porch
- alias: Turn off front porch light
description: ""
id: "6b9e714f-0e71-481d-8506-c1bf4a0c7c00"
mode: single
trigger:
- platform: time
at: "23:30:00"
condition: []
action:
- service: switch.turn_off
data: {}
target:
entity_id: switch.front_porch