From 2211a82737dce63ede52cd04c7b688b6b7483cb7 Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Sun, 16 Jul 2017 17:41:08 +0200 Subject: [PATCH] LIFX: add zones attribute (#2804) --- 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 a8d5d3bb1ba..805cb67e680 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. +| `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`]({{site_root}}/components/light/#service-lightturn_on) to specify the new state.