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:
|
- delay:
|
||||||
seconds: '{{ range(2,5) | random | int }}'
|
seconds: '{{ range(2,5) | random | int }}'
|
||||||
- service: >
|
- service: >
|
||||||
{% set service = ['homeassistant.turn_on', 'homeassisant.turn_off' ] | random %}
|
{% set service = ['homeassistant.turn_on', 'homeassistant.turn_off' ] | random %}
|
||||||
{{ service }}
|
{{ service }}
|
||||||
data:
|
data:
|
||||||
entity_id: >
|
entity_id: >
|
||||||
|
|
Loading…
Reference in New Issue