Skip to content

Commit

Permalink
Remove wrong update per core design on ZHA (#38599)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Aug 6, 2020
1 parent 0cdd47b commit fd52ff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/zha/entity.py
Expand Up @@ -256,7 +256,6 @@ def send_removed_signal():
)

self.async_on_remove(send_removed_signal)
await self.async_update()

@callback
def async_state_changed_listener(self, event: Event):
Expand Down

0 comments on commit fd52ff5

Please sign in to comment.