@@ -195,15 +195,15 @@ adaptive_lighting:
195195
196196<!-- OUTPUT:START -->
197197<!-- ⚠️ This content is auto-generated by `markdown-code-runner`. -->
198- | Service data attribute | Description | Required | Type |
199- |:-------------------------|:--------------------------------------------------------------------------------------|:-----------|:---------------------|
200- | `entity_id` | The `entity_id` of the switch with the settings to apply. 📝 | ✅ | list of `entity_id`s |
201- | `lights` | A light (or list of lights) to apply the settings to. 💡 | ❌ | list of `entity_id`s |
202- | `transition` | Duration of transition when lights change, in seconds. 🕑 | ✅ | `float` 0-6553 |
203- | `adapt_brightness` | Whether to adapt the brightness of the light. 🌞 | ❌ | bool |
204- | `adapt_color` | Whether to adapt the color on supporting lights. 🌈 | ❌ | bool |
205- | `prefer_rgb_color` | Whether to prefer RGB color adjustment over light color temperature when possible. 🌈 | ❌ | bool |
206- | `turn_on_lights` | Whether to turn on lights that are currently off. 🔆 | ❌ | bool |
198+ | Service data attribute | Description | Required | Type |
199+ |:-------------------------|:--------------------------------------------------------------------------------------|:-----------|:----------------------- |
200+ | `entity_id` | The `entity_id` of the switch with the settings to apply. 📝 | ✅ | list of `entity_id`s |
201+ | `lights` | A light (or list of lights) to apply the settings to. 💡 | ❌ | list of `entity_id`s |
202+ | `transition` | Duration of transition when lights change, in seconds. 🕑 | ❌ | `float` 0-6553 or None |
203+ | `adapt_brightness` | Whether to adapt the brightness of the light. 🌞 | ❌ | bool |
204+ | `adapt_color` | Whether to adapt the color on supporting lights. 🌈 | ❌ | bool |
205+ | `prefer_rgb_color` | Whether to prefer RGB color adjustment over light color temperature when possible. 🌈 | ❌ | bool |
206+ | `turn_on_lights` | Whether to turn on lights that are currently off. 🔆 | ❌ | bool |
207207
208208<!-- OUTPUT:END -->
209209# ### `adaptive_lighting.set_manual_control`
0 commit comments