Files
home-assistant-config/automations/main_floor/light_rack.yaml
T

28 lines
563 B
YAML
Raw Normal View History

2023-02-10 23:00:48 -05:00
- alias: Turn on light rack
description: ""
id: "24dcac6e-5577-44a8-b3ea-9249a299c3f6"
mode: single
2021-09-25 22:08:41 -04:00
trigger:
2023-02-10 23:00:48 -05:00
- platform: time
at: 08:00:00
2021-09-25 22:08:41 -04:00
condition: []
action:
2023-02-10 23:00:48 -05:00
- service: switch.turn_on
data: {}
target:
entity_id: switch.light_rack
- alias: Turn off light rack
description: ""
id: "3939a056-c910-4b46-8437-06335b355350"
2021-09-25 22:08:41 -04:00
mode: single
trigger:
2023-02-10 23:00:48 -05:00
- platform: time
at: "22:00:00"
2021-09-25 22:08:41 -04:00
condition: []
action:
2023-02-10 23:00:48 -05:00
- service: switch.turn_off
data: {}
target:
entity_id: switch.light_rack