From 4de113ebfe9e8289ef7ad339ba15ff44c03edc70 Mon Sep 17 00:00:00 2001 From: KaiboshOz <16894159+KaiboshOz@users.noreply.github.com> Date: Tue, 17 Dec 2019 19:04:56 +1100 Subject: [PATCH] Update 2 missed service names (lifx.xxx) (#11476) Prev light.lifx_xxx - updated to lifx.xxx per changes in HA v0.103 --- source/_integrations/lifx.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/lifx.markdown b/source/_integrations/lifx.markdown index bc3b9a39b42..f775f12ef73 100644 --- a/source/_integrations/lifx.markdown +++ b/source/_integrations/lifx.markdown @@ -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