Added light color_temp HomeKit (#5122)
* Added light color_temp support
This commit is contained in:
parent
c427325a9c
commit
0691f3253d
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ The following components are currently supported:
|
||||||
| alarm_control_panel | SecuritySystem | All security systems. |
|
| alarm_control_panel | SecuritySystem | All security systems. |
|
||||||
| climate | Thermostat | All climate devices. |
|
| climate | Thermostat | All climate devices. |
|
||||||
| cover | WindowCovering | All covers that support `set_cover_position`. |
|
| cover | WindowCovering | All covers that support `set_cover_position`. |
|
||||||
| light | Light | Support for `on / off`, `brightness` and `rgb_color`. |
|
| light | Light | Support for `on / off`, `brightness`, `color_temp` and `rgb_color`. |
|
||||||
| sensor | TemperatureSensor | All sensors that have `Celsius` and `Fahrenheit` as their `unit_of_measurement`. |
|
| sensor | TemperatureSensor | All sensors that have `Celsius` and `Fahrenheit` as their `unit_of_measurement`. |
|
||||||
| sensor | HumiditySensor | All sensors that have `%` as their `unit_of_measurement` |
|
| sensor | HumiditySensor | All sensors that have `%` as their `unit_of_measurement` |
|
||||||
| switch / remote / input_boolean / script | Switch | All represented as switches. |
|
| switch / remote / input_boolean / script | Switch | All represented as switches. |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue