mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add humidifier support to homekit (#13873)
This commit is contained in:
parent
276421df9f
commit
5a2e3f1b15
@ -466,6 +466,7 @@ The following integrations are currently supported:
|
||||
| device_tracker / person | Sensor | Support for `occupancy` device class. |
|
||||
| fan | Fan | Support for `on / off`, `direction` and `oscillating`. |
|
||||
| fan | Fan | All fans that support `speed` and `speed_list` through value mapping: `speed_list` is assumed to contain values in ascending order. The numeric ranges of HomeKit map to a corresponding entry of `speed_list`. The first entry of `speed_list` should be equivalent to `off` to match HomeKit's concept of fan speeds. (Example: `speed_list` = [`off`, `low`, `high`]; `off` -> `<= 33`; `low` -> between `33` and `66`; `high` -> `> 66`) |
|
||||
| humidifier | HumidifierDehumidifier | Humidifier and Dehumidifier devices. |
|
||||
| light | Light | Support for `on / off`, `brightness` and `rgb_color`. |
|
||||
| lock | DoorLock | Support for `lock / unlock`. |
|
||||
| media_player | MediaPlayer | Represented as a series of switches which control `on / off`, `play / pause`, `play / stop`, or `mute` depending on `supported_features` of entity and the `mode` list specified in `entity_config`. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user