Remove ZHA attribute listening channel (#32468)
* remove AttributeListeningChannel * pull sleeps * update signature to fix pylint
This commit is contained in:
parent
7f91501a36
commit
20333703c5
21 changed files with 124 additions and 108 deletions
|
@ -111,7 +111,7 @@ class ZhaEntity(RestoreEntity, LogMixin, entity.Entity):
|
|||
self.async_schedule_update_ha_state()
|
||||
|
||||
@callback
|
||||
def async_set_state(self, state):
|
||||
def async_set_state(self, attr_id, attr_name, value):
|
||||
"""Set the entity state."""
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue