From 19b038f6820d83c93082a15afb1daa8ed496f0d0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 21 Feb 2022 19:31:44 -0500 Subject: [PATCH] Update scripts.yaml Adding in a group turn off --- config/scripts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/scripts.yaml b/config/scripts.yaml index 6a15d20..5f3e178 100644 --- a/config/scripts.yaml +++ b/config/scripts.yaml @@ -128,7 +128,7 @@ improved_randomize_vacation_lights: {{ expand('group.vacation_lights') | map(attribute='entity_id') | list | random }} - delay: minutes: '{{ range(1,3) | random | int }}' - # - service: group.turn_off + # - service: homeassistant.turn_off # entity_id: group.vacation_lights mode: single @@ -199,4 +199,4 @@ close_lr_curtains_lamp: media_content_id: close living room curtains media_content_type: custom entity_id: media_player.living_room_echo - mode: single \ No newline at end of file + mode: single