From 90da47b362b5b70095e8af45722756b46c5527c5 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 14 Jan 2022 20:38:09 -0500 Subject: [PATCH] Script to cancel reading timer --- scripts.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts.yaml b/scripts.yaml index cf246ee..d1a4f3e 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -209,3 +209,11 @@ family_is_home: - switch.living_room_echo_dot_do_not_disturb_switch mode: single icon: mdi:home-account +reading_timer_cancel: + sequence: + - service: timer.cancel + target: + entity_id: timer.reading_timer + mode: single + alias: Reading Timer - Cancel + icon: mdi:cancel