Add support for Garage Doors in HomeKit (#5155)

This commit is contained in:
Mark Coombes 2018-04-12 12:25:35 -04:00 committed by cdce8p
parent 15aabd066c
commit 96c997b7e1

View File

@ -196,6 +196,7 @@ The following components are currently supported:
| alarm_control_panel | SecuritySystem | All security systems. |
| binary_sensor | Sensor | Support for `CO2`, `Gas`, `Moisture`, `Motion`, `Occupancy`, `Opening` and `Smoke` device classes. Defaults to the `Occupancy` device class for everything else. |
| climate | Thermostat | All climate devices. |
| cover | GarageDoorOpener | All covers that support `open` and `close` and have `garage` as their `device_class`. |
| 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`. |