Add HomeKit Controller Lock (#8097)

This commit is contained in:
Austin Drummond 2019-01-11 21:50:37 -05:00 committed by Martin Hjelmare
parent 354cd73cae
commit 25459c903d
2 changed files with 17 additions and 0 deletions

View File

@ -24,6 +24,7 @@ There is currently support for the following device types within Home Assistant:
- [Climate](/components/climate.homekit_controller/)
- [Light](/components/light.homekit_controller/)
- [Lock](/components/lock.homekit_controller/)
- [Switch](/components/switch.homekit_controller/)
The component will be automatically configured if the [`discovery:`](/components/discovery/) component is enabled and an enable entry added for HomeKit:

View File

@ -0,0 +1,16 @@
---
layout: page
title: "HomeKit Lock"
description: "Instructions how to setup HomeKit locks within Home Assistant."
date: 2019-1-8 7:00
sidebar: true
comments: false
sharing: true
footer: true
logo: apple-homekit.png
ha_category: Lock
ha_iot_class: "Local Polling"
ha_release: 0.86
---
To get your HomeKit lock working with Home Assistant, follow the instructions for the general [HomeKit controller component](/components/homekit_controller/).