mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
Fixing spelling error spotted by the community
This commit is contained in:
@@ -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: >
|
||||||
|
Reference in New Issue
Block a user