Fixing spelling error spotted by the community

This commit is contained in:
Jeffrey Stone 2022-02-21 10:39:42 -05:00
parent 9c93f05333
commit 9f4adae93f
1 changed files with 1 additions and 1 deletions

View File

@ -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: >