Remove wrong update per core design on ZHA (#38599)

pull/38616/head
Pascal Vizeli 2020-08-06 19:02:32 +02:00 committed by GitHub
parent 0cdd47b014
commit fd52ff531d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ class ZhaGroupEntity(BaseZhaEntity):
)
self.async_on_remove(send_removed_signal)
await self.async_update()
@callback
def async_state_changed_listener(self, event: Event):