homekit_python
homekit_python copied to clipboard
Remove pairing even if device is not reachable
A pairing may be removed on the controller side even if the accessory is not reachable. This is the same behavior as provided by the Apple Home-app.
ok, this seems like a --force
parameter with the unpair
commands to me and should not be a default behavior even if apple handles it like that....
I'll changed it to a "--force" parameter.