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:
KaiboshOz 2019-12-17 19:04:56 +11:00 committed by Franck Nijhof
parent b67fb24128
commit 4de113ebfe

View File

@ -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. 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. Change the light to a new state.
@ -54,7 +54,7 @@ script:
colorloop_start: colorloop_start:
alias: 'Start colorloop' alias: 'Start colorloop'
sequence: sequence:
- service: light.lifx_effect_colorloop - service: lifx.effect_colorloop
data: data:
entity_id: group.livingroom entity_id: group.livingroom
brightness: 255 brightness: 255