From 5a2e3f1b154ca5955c3b1b39bd7017dfd39a8775 Mon Sep 17 00:00:00 2001 From: Shulyaka Date: Sun, 5 Jul 2020 13:42:36 +0300 Subject: [PATCH] Add humidifier support to homekit (#13873) --- source/_integrations/homekit.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index 9f54099ab72..d249a7043bb 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -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`. |