mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
79f62c71da
commit
50e31c3bc6
@ -17,6 +17,10 @@ The `homekit` integration allows you to forward entities from Home Assistant to
|
||||
|
||||
<div class="note warning">
|
||||
|
||||
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.
|
||||
|
||||
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`
|
||||
|
||||
|
@ -57,6 +57,14 @@ Home Assistant does not currently support HomeKit BLE.
|
||||
|
||||
</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
|
||||
|
||||
### I don't have a HomeKit PIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user