18 lines
265 B
YAML
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
|