From d7fe22bd84dfadc0639c2224d07709b7668c1dd6 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 29 Mar 2023 16:39:04 -0400 Subject: [PATCH] Cancel living room timer if K's wakeup time is reached --- packages/kallen.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/kallen.yaml b/packages/kallen.yaml index e5431d3..514cc96 100644 --- a/packages/kallen.yaml +++ b/packages/kallen.yaml @@ -82,6 +82,9 @@ automation: - service: input_boolean.turn_off target: entity_id: input_boolean.night_mode + - service: timer.cancel + target: + entity_id: timer.living_room_motion_timer - service: input_boolean.turn_off target: entity_id: input_boolean.kallen_sleeping