LIFX: add support for setting infrared level (#2801)
This commit is contained in:
parent
2d686b7482
commit
a9bbdcf23d
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
| `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.
|
| `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.
|
| `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.
|
| `...` | Use `color_name`, `brightness` etc. from [`light.turn_on`]({{site_root}}/components/light/#service-lightturn_on) to specify the new state.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue