From ba141b8d05e9a0f1d624ddb24ad65a9d4741676d Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 19 Jan 2022 20:30:09 -0500 Subject: [PATCH] Fixing a typo spotted by a nice memeber of the youtube community --- config/scripts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scripts.yaml b/config/scripts.yaml index d6463e8..9e82068 100644 --- a/config/scripts.yaml +++ b/config/scripts.yaml @@ -120,7 +120,7 @@ improved_randomize_vacation_lights: - delay: minutes: '{{ range(1,3) | random | int }}' - service: > - {% set service = ['homeassistant.turn_on', 'homeassisant.turn_off' ] | random %} + {% set service = ['homeassistant.turn_on', 'homeassistant.turn_off' ] | random %} {{ service }} data: entity_id: >