This commit is contained in:
2022-01-19 07:17:26 +01:00
parent 93dca5e8b4
commit 3be704e23c
18 changed files with 831 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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