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:
|
- delay:
|
||||||
minutes: '{{ range(1,3) | random | int }}'
|
minutes: '{{ range(1,3) | 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