From c9ca6f42c32b3ddd39f925c24eec5d3b41c8a904 Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Thu, 15 Sep 2022 19:22:15 +1000 Subject: [PATCH] Add docs for lifx infrared brightness entity (#24028) --- source/_integrations/lifx.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_integrations/lifx.markdown b/source/_integrations/lifx.markdown index 5f503516c9f..e72620ca1d0 100644 --- a/source/_integrations/lifx.markdown +++ b/source/_integrations/lifx.markdown @@ -39,7 +39,6 @@ Change the light to a new state. | `entity_id` | String or list of strings that point at `entity_id`s of lights. Use `entity_id: all` to target all. | `transition` | Duration (in seconds) for the light to fade to the new state. | `zones` | List of integers for the zone numbers to affect (each LIFX Z strip has 8 zones, starting at 0). -| `infrared` | Automatic infrared level (0..255) when light brightness is low (for compatible bulbs). | `power` | Turn the light on (`True`) or off (`False`). Leave out to keep the power as it is. | `...` | Use `color_name`, `brightness` etc. from [`light.turn_on`](/integrations/light/#service-lightturn_on) to specify the new state. @@ -130,15 +129,19 @@ Run an effect that does nothing, thereby stopping any other effect that might be | ---------------------- | ----------- | | `entity_id` | String or list of strings that point at `entity_id`s of lights. Use `entity_id: all` to target all. +## Infrared brightness + +Home Assistant will automatically create an Infrared Brightness configuration entity for LIFX Night Vision bulbs. Changing the state of this entity will change the brightness of the LEDs on the bulb. + ## Buttons The LIFX button platform creates two buttons for each LIFX device. -### Identify Button +### Identify button The Identify button will flash the bulb three times at maximum brightness then return the bulb to the state it was in prior. Successful identification requires the bulb to be powered on and already configured in Home Assistant. -### Restart Button +### Restart button The Restart button triggers the bulb to restart in exactly the same way as a physical power cycle, which makes it ideal for triggering a new DHCP request from the bulb.