mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Remove wrong update per core design on ZHA (#38599)
This commit is contained in:
@@ -256,7 +256,6 @@ class ZhaGroupEntity(BaseZhaEntity):
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.async_on_remove(send_removed_signal)
|
self.async_on_remove(send_removed_signal)
|
||||||
await self.async_update()
|
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def async_state_changed_listener(self, event: Event):
|
def async_state_changed_listener(self, event: Event):
|
||||||
|
Reference in New Issue
Block a user