From a9bbdcf23d6fe956d4839cdebf4aa4ca185135d9 Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Sun, 11 Jun 2017 22:55:30 +0200 Subject: [PATCH] LIFX: add support for setting infrared level (#2801) --- source/_components/light.lifx.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/light.lifx.markdown b/source/_components/light.lifx.markdown index 2b0cc27e04d..b5c27ee6922 100644 --- a/source/_components/light.lifx.markdown +++ b/source/_components/light.lifx.markdown @@ -41,6 +41,7 @@ Change the light to a new state. | ---------------------- | ----------- | | `entity_id` | String or list of strings that point at `entity_id`s of lights. Else targets all. | `transition` | Duration (in seconds) for the light to fade to the new state. +| `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`]({{site_root}}/components/light/#service-lightturn_on) to specify the new state.