From 18ec1e5d00673db7dabaca1da5e49497c711eb43 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 21 Feb 2022 19:29:40 -0500 Subject: [PATCH] fixing randmonized vacation logic that was causing issues --- config/scripts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scripts.yaml b/config/scripts.yaml index 6a15d20..387eeae 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