Add support for HomeKit Controller covers (#8096)

This commit is contained in:
Austin Drummond 2019-01-13 13:12:15 -05:00 committed by Martin Hjelmare
parent cc21be5c93
commit 634685878f
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
layout: page
title: "HomeKit Cover"
description: "Instructions how to setup HomeKit covers within Home Assistant."
date: 2019-1-8 5:30
sidebar: true
comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Cover
ha_iot_class: "Local Polling"
ha_release: 0.86
---
To get your HomeKit garage door openers, windows, or window coverings working with Home Assistant, follow the instructions for the general [HomeKit controller component](/components/homekit_controller/).

View File

@ -23,6 +23,7 @@ ha_iot_class: "Local Polling"
There is currently support for the following device types within Home Assistant:
- [Climate](/components/climate.homekit_controller/)
- [Cover](/components/cover.homekit_controller/)
- [Light](/components/light.homekit_controller/)
- [Lock](/components/lock.homekit_controller/)
- [Switch](/components/switch.homekit_controller/)