Fixing spelling error spotted by the community
This commit is contained in:
parent
9c93f05333
commit
9f4adae93f
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue