From 3874166030b6106bd1f1d26b81489c9dd1dec187 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 24 Aug 2022 09:41:41 -0400 Subject: [PATCH] Fixed triggering of dining room lamp scene on arrival at home --- packages/presence.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/presence.yaml b/packages/presence.yaml index 554f3a0..0fcac55 100644 --- a/packages/presence.yaml +++ b/packages/presence.yaml @@ -322,5 +322,10 @@ script: - input_select.front_porch_scenes data: option: Adaptive + - service: input_select.select_option + target: + entity_id: input_select.dining_room_lamp_scenes + data: + option: Full mode: single icon: mdi:home-account \ No newline at end of file