From 9f4adae93f436b63e57910ec3239bbc0acbcee11 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 21 Feb 2022 10:39:42 -0500 Subject: [PATCH] Fixing spelling error spotted by the community --- config/scripts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scripts.yaml b/config/scripts.yaml index 9e82068..f8cac94 100644 --- a/config/scripts.yaml +++ b/config/scripts.yaml @@ -144,7 +144,7 @@ randomize_vacation_lights_demo: - delay: seconds: '{{ range(2,5) | 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: >