Stopped restarting every night
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
# restart HA to keep it fresh
|
# restart HA to keep it fresh
|
||||||
- alias: Restart HA
|
# - alias: Restart HA
|
||||||
trigger:
|
# trigger:
|
||||||
platform: time
|
# platform: time
|
||||||
at: "02:00:00"
|
# at: "02:00:00"
|
||||||
condition:
|
# condition:
|
||||||
condition: time
|
# condition: time
|
||||||
weekday:
|
# weekday:
|
||||||
- sun
|
# - sun
|
||||||
- mon
|
# - mon
|
||||||
- tue
|
# - tue
|
||||||
- wed
|
# - wed
|
||||||
- thu
|
# - thu
|
||||||
- fri
|
# - fri
|
||||||
- sat
|
# - sat
|
||||||
action:
|
# action:
|
||||||
- service: homeassistant.restart
|
# - service: homeassistant.restart
|
||||||
|
|||||||
Reference in New Issue
Block a user