From 94203d5f214b3c5258ebf49b8177119314fddc18 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 10 Jul 2022 23:51:53 +0200 Subject: [PATCH] [Behaviour] Switch trigger from set time to offset from wakeup --- .../automations/behaviour-goto-sleep.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configuration/automations/behaviour-goto-sleep.yaml b/configuration/automations/behaviour-goto-sleep.yaml index fb2fbb5..3544718 100644 --- a/configuration/automations/behaviour-goto-sleep.yaml +++ b/configuration/automations/behaviour-goto-sleep.yaml @@ -11,13 +11,6 @@ offset: '-9:05:0' entity_id: calendar.automations_wakeup condition: - - condition: time - weekday: - - mon - - tue - - wed - - thu - - sun - condition: state entity_id: binary_sensor.hulk_ping state: 'on' @@ -67,13 +60,6 @@ offset: '-8:35:0' entity_id: calendar.automations_wakeup condition: - - condition: time - weekday: - - mon - - tue - - wed - - thu - - fri - condition: state entity_id: binary_sensor.hulk_ping state: 'on'