Fix for HomeKit controller state not updating after put (#25903)

This commit is contained in:
Jc2k 2019-08-13 09:09:55 +01:00 committed by Martin Hjelmare
parent 61b687edec
commit 34cde21876
2 changed files with 28 additions and 3 deletions

View file

@ -74,6 +74,7 @@ class FakePairing:
if char.iid != cid:
continue
char.set_value(new_val)
return {}
class FakeController: