Fixed effect running on wrong light strip. Next year!
This commit is contained in:
@ -869,15 +869,15 @@
|
|||||||
entity_id: light.dining_room_lamp
|
entity_id: light.dining_room_lamp
|
||||||
data: {}
|
data: {}
|
||||||
alias: Turn off dining room lamp
|
alias: Turn off dining room lamp
|
||||||
- service: lifx.effect_move
|
- alias: Run effect on Living Room LED Strip
|
||||||
target:
|
service: lifx.effect_move
|
||||||
entity_id: light.basement_led_strip_1
|
|
||||||
data:
|
data:
|
||||||
speed: 4
|
speed: 4
|
||||||
direction: right
|
direction: right
|
||||||
theme: christmas
|
theme: christmas
|
||||||
power_on: true
|
power_on: true
|
||||||
alias: Run effect on Living Room LED Strip
|
target:
|
||||||
|
entity_id: light.living_room_led_strip
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
|
Reference in New Issue
Block a user