From 7b7f12f87f517c4633292932224e971a237d1114 Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Sat, 24 Mar 2018 20:31:30 +0100 Subject: [PATCH] Added dependency note warning (#5008) --- source/_components/homekit.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index 38e38eee982..6a24a49a09e 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -14,6 +14,11 @@ logo: apple-homekit.png The `HomeKit` component allows you to forward entities from Home Assistant to Apple `HomeKit`, so they could be controlled from Apple `Home` app and `Siri`. Please make sure that you have read the [considerations](#considerations) listed below to save you some trouble later. +

+ It might be necessary to install an additional package: + `$ sudo apt-get install libavahi-compat-libdnssd-dev` +

+ {% configuration %} homekit: description: HomeKit configuration.