homekit/locks: Add locks (#5093)

This commit is contained in:
Phil Kates 2018-04-09 07:23:59 -07:00 committed by cdce8p
parent 0720329793
commit 89f64dfbd8

View File

@ -198,6 +198,7 @@ The following components are currently supported:
| climate | Thermostat | All climate devices. |
| cover | WindowCovering | All covers that support `set_cover_position`. |
| light | Light | Support for `on / off`, `brightness` and `rgb_color`. |
| lock | DoorLock | Support for `lock / unlock`. |
| 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` |
| switch / remote / input_boolean / script | Switch | All represented as switches. |