Update HomeKit docs (#5255)

* Update HomeKit docs

* Fix links
This commit is contained in:
Matthew Garrett 2018-04-28 04:03:14 -07:00 committed by Fabian Affolter
parent ca71ad7249
commit c6729a2fdd

View File

@ -13,14 +13,19 @@ ha_release: 0.68
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
[HomeKit](https://developer.apple.com/homekit/) controller integration for Home Assistant allows you to connect HomeKit accessories to Home Assistant. This component should not be confused with the [HomeKit](homekit) component, which allows you to control Home Assistant devices via HomeKit. [HomeKit](https://developer.apple.com/homekit/) controller integration for Home Assistant allows you to connect HomeKit accessories to Home Assistant. This component should not be confused with the [HomeKit](/components/homekit/) component, which allows you to control Home Assistant devices via HomeKit.
<p class="note warning">
You may need additional packages to support the HomeKit Python module:
`$ sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev`
</p>
There is currently support for the following device types within Home Assistant: There is currently support for the following device types within Home Assistant:
- [Light](../light.homekit_controller) - [Light](../light.homekit_controller)
- [Switch](../switch.homekit_controller) - [Switch](../switch.homekit_controller)
The component will be automatically configured if the [`discovery:`](components/discovery/) component is enabled and an enable entry added for HomeKit: The component will be automatically configured if the [`discovery:`](/components/discovery/) component is enabled and an enable entry added for HomeKit:
```yaml ```yaml
discovery: discovery:
@ -28,4 +33,4 @@ discovery:
- homekit - homekit
``` ```
For each detected HomeKit accessory, a configuration prompt will appear in the web front end. Use this to provide the HomeKit PIN. For each detected HomeKit accessory, a configuration prompt will appear in the web front end. Use this to provide the HomeKit PIN. Note that HomeKit accessories can only be paired to one device at once. If your device is currently paired with Siri, you will need to reset it in order to pair it with Home Assistant. Once Home Assistant is configured to work with the device, you can export it back to Siri with the [`HomeKit`](/components/homekit/) component.