Homematic faster update with async (#4929)
This commit is contained in:
parent
1a7895b1d8
commit
43d18daebd
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ class HMDevice(Entity):
|
|||
if have_change:
|
||||
_LOGGER.debug("%s update_ha_state after '%s'", self._name,
|
||||
attribute)
|
||||
self.update_ha_state()
|
||||
self.schedule_update_ha_state()
|
||||
|
||||
def _subscribe_homematic_events(self):
|
||||
"""Subscribe all required events to handle job."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue