diff --git a/homeassistant/components/zha/entity.py b/homeassistant/components/zha/entity.py index d583f89c9bc..695a4f6ca6a 100644 --- a/homeassistant/components/zha/entity.py +++ b/homeassistant/components/zha/entity.py @@ -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):