Fix accessory mode domain list in homekit (#17366)

This commit is contained in:
J. Nick Koston 2021-04-10 00:13:43 -10:00 committed by GitHub
parent 95fa7c83be
commit c76a2f1287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ When exposing a Camera, Activity based remote (a `remote` that supports activiti
To quickly add all accessory modes entities in the UI:
1. Create a new bridge via the UI (i.e., **{% my config_flow_start title="Configuration >> Integrations" domain=page.ha_domain %}**).
2. Select `media_player` and `camera` domains.
2. Select `media_player`, `remote`, `lock`, and `camera` domains.
3. Complete the flow as normal.
4. Additional HomeKit entries for each entity that must operate in accessory mode will be created for each entity that does not already have one.
5. If you have already created another HomeKit bridge for the non-accessory mode entities, the new bridge can safely be removed.