Update Homekit Docs (#9858)

* Update Homekit Docs

Homeassistant 0.95.x throws warning "Please remove homekit from your discovery.enable configuration as it is now enabled by default" if enable homekit is added to discovery component

* ✏️ Tweak
This commit is contained in:
J3n50m4t 2019-07-16 10:07:51 +02:00 committed by Franck Nijhof
parent 73a8cc662c
commit e6b31733e6

View File

@ -37,12 +37,6 @@ There is currently support for the following device types within Home Assistant:
- Binary Sensor (HomeKit motion sensors)
- Sensor (HomeKit humidity, temperature, and light level sensors)
The integration will be automatically configured if the [`discovery:`](/components/discovery/) integration is enabled and an enable entry added for HomeKit:
```yaml
discovery:
enable:
- homekit
```
The integration will be automatically configured if the [`discovery`](/components/discovery/) integration is enabled.
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.