Add a homekit.unpair service to forcefully remove pairings (#53303)
- Sometimes homekit will go unresponsive because a pairing for a specific device is missing. To avoid deleting the config entry and recreating it, which can be a painful process if there are many bridged entities, the homekit.unpair service allows forceful removal of the pairings so the accessory can be paired again.
This commit is contained in:
parent
80c535f02e
commit
009f34bfed
4 changed files with 193 additions and 3 deletions
|
@ -99,6 +99,7 @@ HOMEKIT_MODES = [HOMEKIT_MODE_BRIDGE, HOMEKIT_MODE_ACCESSORY]
|
|||
# #### HomeKit Component Services ####
|
||||
SERVICE_HOMEKIT_START = "start"
|
||||
SERVICE_HOMEKIT_RESET_ACCESSORY = "reset_accessory"
|
||||
SERVICE_HOMEKIT_UNPAIR = "unpair"
|
||||
|
||||
# #### String Constants ####
|
||||
BRIDGE_MODEL = "Bridge"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue