mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Homematic faster update with async (#4929)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user