Skip to content

Commit

Permalink
Update homekit.markdown (home-assistant#10468)
Browse files Browse the repository at this point in the history
fixed a few typos
  • Loading branch information
1DontEx1st authored and frenck committed Sep 28, 2019
1 parent 0daad58 commit 83a7d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_components/homekit.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ automation:
```
{% endraw %}

In some cases it might be desirable to check that all entities are available before starting `HomeKit`. This can be accomplished by adding and additional `binary_sensor` as follows:
In some cases it might be desirable to check that all entities are available before starting `HomeKit`. This can be accomplished by adding an additional `binary_sensor` as follows:

{% raw %}
```yaml
Expand Down Expand Up @@ -307,7 +307,7 @@ Filters are applied as follows:

## Safe Mode

The `safe_mode` option should only be used (and only works) if you encounter issues during the pairing. ([Paring hangs - zeroconf error](#pairing-hangs---zeroconf-error)).
The `safe_mode` option should only be used (and only works) if you encounter issues during the pairing. ([Pairing hangs - zeroconf error](#pairing-hangs---zeroconf-error)).

To use `safe_mode`, add the option to your `homekit` config:

Expand Down Expand Up @@ -397,7 +397,7 @@ This is often setup and network related. Make sure to check the other issues bel
- Try with WIFI **and** LAN
- Change the default [port](#port)

Remember that the iOS device needs to be in the same local network as the Home Assistant device for paring.
Remember that the iOS device needs to be in the same local network as the Home Assistant device for pairing.

#### `Home Assistant Bridge` doesn't appear in the Home App (for pairing) - Docker

Expand Down

0 comments on commit 83a7d11

Please sign in to comment.