Stopped restarting every night

This commit is contained in:
2022-02-16 21:56:33 +01:00
parent f710fa128f
commit 82a929e003
+16 -16
View File
@@ -1,17 +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
# - 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