mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-13 10:40:48 +00:00
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…
x
Reference in New Issue
Block a user