From f7d10d3c93ba7d791b2fa4fdc2b8ac34459abaec Mon Sep 17 00:00:00 2001
From: cdce8p <30130371+cdce8p@users.noreply.github.com>
Date: Fri, 19 Oct 2018 10:38:48 +0200
Subject: [PATCH] Fix speeling error
---
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 5c694d4add6..1063a4f38ba 100644
--- a/source/_components/homekit.markdown
+++ b/source/_components/homekit.markdown
@@ -310,7 +310,7 @@ You might have paired the `Home Assistant Bridge` already. If not, delete the `.
For `Docker` users: make sure to set `network_mode: host`. Other reasons could be network related. Make sure to check your router configuration. For some it helped when the Home Assistant device was using WIFI, not LAN. Remember that the iOS device needs to be in the same local network as the Home Assistant device for paring.
**Pairing hangs - zeroconf error**
-Paining eventually fails, you might see and an error message `NoneUniqueNameException`. To resolve this, you need to replace a specific file. See the following git issues for more details: [home-assistant#14567](https://github.com/home-assistant/home-assistant/issues/14567) and [home-assistant#17181](https://github.com/home-assistant/home-assistant/issues/17181)
+Paining eventually fails, you might see and an error message `NonUniqueNameException`. To resolve this, you need to replace a specific file. See the following git issues for more details: [home-assistant#14567](https://github.com/home-assistant/home-assistant/issues/14567) and [home-assistant#17181](https://github.com/home-assistant/home-assistant/issues/17181)
**Duplicate AID found when attempting to add accessory**
Two of your entities share the same `entity_id`. Either resolve this or configure the [filter](#configure-filter) to exclude them.