homekit and homekit_controller require openssl110 or later (#12976)

* Add note that homekit and homekit_controller need openssl 1.1.0 or later

* the

* Update homekit.markdown

* Update homekit_controller.markdown

* Update homekit.markdown

* ✏️ <space><space> (NASA called 😉)

* Update homekit_controller.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
J. Nick Koston 2020-04-15 09:14:04 -05:00 committed by GitHub
parent 79f62c71da
commit 50e31c3bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -17,8 +17,12 @@ The `homekit` integration allows you to forward entities from Home Assistant to
<div class="note warning"> <div class="note warning">
It might be necessary to install an additional package: If you are using the official Home Assistant images or running Home Assistant Core on Docker, HomeKit is ready to go out of the box. If you are running Home Assistant in a manual virtual environment or on a NAS without Docker, you may need to install or upgrade dependencies for HomeKit to function.
`sudo apt-get install libavahi-compat-libdnssd-dev`
HomeKit requires openssl 1.1.0 or later as the HomeKit Accessory Protocol (HAP) uses the `ChaCha20` stream cipher and the `Poly1305` authenticator.
It might be necessary to install an additional package:
`sudo apt-get install libavahi-compat-libdnssd-dev`
</div> </div>

View File

@ -57,6 +57,14 @@ Home Assistant does not currently support HomeKit BLE.
</div> </div>
<div class="note warning">
If you are using the official Home Assistant images or running Home Assistant Core on Docker, HomeKit controller is ready to go out of the box. If you are running Home Assistant in a manual virtual environment or on a NAS without Docker, you may need to install or upgrade dependencies for HomeKit controller to function.
HomeKit controller requires openssl 1.1.0 or later as the HomeKit Accessory Protocol (HAP) uses the `ChaCha20` stream cipher and the `Poly1305` authenticator.
</div>
## Troubleshooting ## Troubleshooting
### I don't have a HomeKit PIN ### I don't have a HomeKit PIN