mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Avoid writing state in homekit_controller for unrelated aid/iids (#96583)
This commit is contained in:
@ -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."""
|
||||
|
Reference in New Issue
Block a user