From c76a2f12879cbbe81a745ed91969ca9ee7a1414c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 10 Apr 2021 00:13:43 -1000 Subject: [PATCH] Fix accessory mode domain list in homekit (#17366) --- source/_integrations/homekit.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index f689eed26f8..c3ddc142eb1 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -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.