Avoid writing state in homekit_controller for unrelated aid/iids (#96583)
This commit is contained in:
parent
cccf7bba9b
commit
d65119bbb3
2 changed files with 17 additions and 2 deletions
|
@ -768,7 +768,7 @@ class HKDevice:
|
|||
|
||||
self.entity_map.process_changes(new_values_dict)
|
||||
|
||||
async_dispatcher_send(self.hass, self.signal_state_updated)
|
||||
async_dispatcher_send(self.hass, self.signal_state_updated, new_values_dict)
|
||||
|
||||
async def get_characteristics(self, *args: Any, **kwargs: Any) -> dict[str, Any]:
|
||||
"""Read latest state from homekit accessory."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue