From 82a929e00335a6d3c4658c7874cd806db6adc302 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Wed, 16 Feb 2022 21:56:33 +0100 Subject: [PATCH] Stopped restarting every night --- include/automations/restart.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/include/automations/restart.yaml b/include/automations/restart.yaml index 1901a85..07d5c74 100644 --- a/include/automations/restart.yaml +++ b/include/automations/restart.yaml @@ -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