mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-30 04:36:51 +00:00
Document color_mode white for MQTT basic light
This commit is contained in:
parent
35a7ef2da9
commit
3ad149f127
@ -15,15 +15,17 @@ The `mqtt` light platform lets you control your MQTT enabled lights through one
|
|||||||
| Function | [`default`](#default-schema) | [`json`](#json-schema) | [`template`](#template-schema) |
|
| Function | [`default`](#default-schema) | [`json`](#json-schema) | [`template`](#template-schema) |
|
||||||
|-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------|
|
|-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------|
|
||||||
| Brightness | ✔ | ✔ | ✔ |
|
| Brightness | ✔ | ✔ | ✔ |
|
||||||
| Color mode | | ✔ | |
|
| Color mode | ✔ | ✔ | |
|
||||||
| Color temperature | ✔ | ✔ | ✔ |
|
| Color temperature | ✔ | ✔ | ✔ |
|
||||||
| Effects | ✔ | ✔ | ✔ |
|
| Effects | ✔ | ✔ | ✔ |
|
||||||
| Flashing | ✘ | ✔ | ✔ |
|
| Flashing | ✘ | ✔ | ✔ |
|
||||||
| RGB Color | ✔ | ✔ | ✔ |
|
|
||||||
| Transitions | ✘ | ✔ | ✔ |
|
|
||||||
| XY Color | ✔ | ✔ | ✘ |
|
|
||||||
| HS Color | ✔ | ✔ | ✘ |
|
| HS Color | ✔ | ✔ | ✘ |
|
||||||
|
| RGB Color | ✔ | ✔ | ✔ |
|
||||||
|
| RGBW Color | ✔ | ✔ | |
|
||||||
|
| RGBWW Color | ✔ | ✔ | |
|
||||||
|
| Transitions | ✘ | ✔ | ✔ |
|
||||||
| White Value | ✔ | ✔ | ✔ |
|
| White Value | ✔ | ✔ | ✔ |
|
||||||
|
| XY Color | ✔ | ✔ | ✘ |
|
||||||
|
|
||||||
|
|
||||||
## Default schema
|
## Default schema
|
||||||
@ -284,6 +286,15 @@ unique_id:
|
|||||||
description: An ID that uniquely identifies this light. If two lights have the same unique ID, Home Assistant will raise an exception.
|
description: An ID that uniquely identifies this light. If two lights have the same unique ID, Home Assistant will raise an exception.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
white_command_topic:
|
||||||
|
description: "The MQTT topic to publish commands to change the light to white mode with a given brightness."
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
white_scale:
|
||||||
|
description: "Defines the maximum white level (i.e., 100%) of the MQTT device."
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
default: 255
|
||||||
white_value_command_topic:
|
white_value_command_topic:
|
||||||
description: "The MQTT topic to publish commands to change the light's white value."
|
description: "The MQTT topic to publish commands to change the light's white value."
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user