mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update 2 missed service names (lifx.xxx) (#11476)
Prev light.lifx_xxx - updated to lifx.xxx per changes in HA v0.103
This commit is contained in:
parent
b67fb24128
commit
4de113ebfe
@ -20,7 +20,7 @@ The LIFX bulbs allow a change of color and brightness even when they are turned
|
||||
|
||||
The normal `light.turn_on` call cannot be used for this because it always turns the power on. Thus, LIFX has its own service call that allows color changes without affecting the current power state.
|
||||
|
||||
### Service `light.lifx_set_state`
|
||||
### Service `lifx.set_state`
|
||||
|
||||
Change the light to a new state.
|
||||
|
||||
@ -54,7 +54,7 @@ script:
|
||||
colorloop_start:
|
||||
alias: 'Start colorloop'
|
||||
sequence:
|
||||
- service: light.lifx_effect_colorloop
|
||||
- service: lifx.effect_colorloop
|
||||
data:
|
||||
entity_id: group.livingroom
|
||||
brightness: 255
|
||||
|
Loading…
x
Reference in New Issue
Block a user