Fixing a typo spotted by a nice memeber of the youtube community
This commit is contained in:
parent
40df15b957
commit
ba141b8d05
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue