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

28 lines
579 B
YAML
Raw Normal View History

- alias: Turn on front porch light
description: ""
id: "9f78242d-f30f-4c30-bd37-65b4b62b95fe"
mode: single
2021-12-13 22:49:14 -05:00
trigger:
- platform: sun
event: sunset
2021-12-13 22:49:14 -05:00
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"
2021-12-13 22:49:14 -05:00
mode: single
trigger:
- platform: time
at: "23:30:00"
2021-12-13 22:49:14 -05:00
condition: []
action:
- service: switch.turn_off
data: {}
target:
entity_id: switch.front_porch