From 236f669922e2d3a69d37f20b25d34331654ba4b5 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 28 Oct 2018 11:16:33 +0000 Subject: [PATCH] Added reminder about `automation:` (#7155) As lots of people don't seem to read the docs, adding a note to "remind" people not to blindly use `automation:`. PRs for other pages to follow ;) --- source/_components/homekit.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index bdeb47998f6..d87844743f3 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -172,7 +172,11 @@ A common situation might be if you decide to disable parts of the configuration Depending on your individual setup, it might be necessary to disable `Auto Start` for all accessories to be available for `HomeKit`. Only those entities that are fully setup when the `HomeKit` component is started, can be added. To start `HomeKit` when `auto_start: False`, you can call the service `homekit.start`. -If you have Z-Wave entities you want exposed to HomeKit then you'll need to disable auto start and then start it after the Z-Wave mesh is ready. This is because the Z-Wave entities won't be fully set up until then. This can be automated using an automation: +If you have Z-Wave entities you want exposed to HomeKit then you'll need to disable auto start and then start it after the Z-Wave mesh is ready. This is because the Z-Wave entities won't be fully set up until then. This can be automated using an automation. + +

{% raw %} ```yaml @@ -352,3 +356,5 @@ Unfortunately that sometimes happens at the moment. It might help to close the ` #### {% linkable_title Accessories not responding / behaving unusual - Upgrade from `0.65.x` %} To fix this, you need to unpair the `Home Assistant Bridge`, delete the `.homekit.state` file ([guide](#deleting-the-homekitstate-file)) and pair it again. This should only be an issue if you're upgrading from `0.65.x` or below. + +[devices]: https://www.home-assistant.io/docs/configuration/devices/