Fixing group turn off service call
This commit is contained in:
commit
500766398a
|
@ -128,7 +128,7 @@ improved_randomize_vacation_lights:
|
||||||
{{ expand('group.vacation_lights') | map(attribute='entity_id') | list | random }}
|
{{ expand('group.vacation_lights') | map(attribute='entity_id') | list | random }}
|
||||||
- delay:
|
- delay:
|
||||||
minutes: '{{ range(1,3) | random | int }}'
|
minutes: '{{ range(1,3) | random | int }}'
|
||||||
# - service: homeassistant.turn_off
|
# - service: homeassistant.turn_off
|
||||||
# entity_id: group.vacation_lights
|
# entity_id: group.vacation_lights
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue