From a4591950ba0eef9003aedf2365a7aa2730174fc9 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 10 May 2024 09:24:34 -0500 Subject: [PATCH] home-assistant: Add time-to-go timer to watch view This way I can start the "time to go" timer from my watch as soon as Brandon says he's leaving work. --- home-assistant/groups.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/home-assistant/groups.yaml b/home-assistant/groups.yaml index cc4dee7..901bd89 100644 --- a/home-assistant/groups.yaml +++ b/home-assistant/groups.yaml @@ -12,4 +12,5 @@ watch_view: - light.back_porch_light - light.back_porch_flood_light - light.garage_lights + - script.start_time_to_go_timer name: Watch View