From ce4dd210e9eb5595df6dce7e77e285af8cda8c1e Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Mon, 2 Apr 2018 13:49:37 +0200 Subject: [PATCH 1/2] Added upgrade note --- source/_components/homekit.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index 6a24a49a09e1..31c4aef91e9a 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -19,6 +19,10 @@ The `HomeKit` component allows you to forward entities from Home Assistant to Ap `$ sudo apt-get install libavahi-compat-libdnssd-dev`

+

+ If you are upgrading Home Assistant from `0.65.x` and have used the HomeKit component, you probably will notice that some accessories might not be responding anymore or behave unusual. To fix those problems you will need to remove the Home Assistant Bridge from your Home, stop Home Assistant and delete the `.homekit.state` file in your configuration folder. Continue by going through the [setup](#setup) steps again. +

+ {% configuration %} homekit: description: HomeKit configuration. From 1d574e6ae46317bc48b7549d31b299dcf0964662 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 2 Apr 2018 10:55:33 -0400 Subject: [PATCH 2/2] Minor changes --- source/_components/homekit.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index 31c4aef91e9a..f4abda882514 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -20,7 +20,7 @@ The `HomeKit` component allows you to forward entities from Home Assistant to Ap

- If you are upgrading Home Assistant from `0.65.x` and have used the HomeKit component, you probably will notice that some accessories might not be responding anymore or behave unusual. To fix those problems you will need to remove the Home Assistant Bridge from your Home, stop Home Assistant and delete the `.homekit.state` file in your configuration folder. Continue by going through the [setup](#setup) steps again. + If you are upgrading Home Assistant from `0.65.x` and have used the HomeKit component, some accessories may not respond or may behave unusually. To fix these problems, you will need to remove the Home Assistant Bridge from your Home, stop Home Assistant and delete the `.homekit.state` file in your configuration folder and follow the Homekit [setup](#setup) steps again.

{% configuration %}