mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
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…
x
Reference in New Issue
Block a user