Remove ZHA attribute listening channel (#32468)

* remove AttributeListeningChannel
* pull sleeps
* update signature to fix pylint
This commit is contained in:
Alexei Chetroi 2020-03-04 13:11:53 -05:00 committed by GitHub
parent 7f91501a36
commit 20333703c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 124 additions and 108 deletions

View file

@ -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