Files
N22/include/automations/restart.yaml
T
2022-01-19 07:17:26 +01:00

18 lines
265 B
YAML

# restart HA to keep it fresh
- alias: Restart HA
trigger:
platform: time
at: "02:00:00"
condition:
condition: time
weekday:
- sun
- mon
- tue
- wed
- thu
- fri
- sat
action:
- service: homeassistant.restart