Fixing a typo spotted by a nice memeber of the youtube community

This commit is contained in:
Jeffrey Stone 2022-01-19 20:30:09 -05:00
parent 40df15b957
commit ba141b8d05
1 changed files with 1 additions and 1 deletions

View File

@ -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: >