1
0
ansible-home-assistant/configuration/automations/modes.yaml

20 lines
432 B
YAML
Raw Normal View History

2020-11-03 23:55:41 +00:00
- id: sleep_on
alias: Turn on sleep time
trigger:
- platform: time
at: input_datetime.sleep_mode
action:
- service: input_boolean.turn_on
entity_id: input_boolean.sleep_mode
mode: single
2021-05-10 10:24:31 +00:00
2020-11-03 23:55:41 +00:00
- id: sleep_off
alias: Turn off sleep time
trigger:
- platform: time
at: input_datetime.day_mode
action:
- service: input_boolean.turn_off
entity_id: input_boolean.sleep_mode
mode: single