Skip to content

Commit

Permalink
Merge pull request #332 from danobot/develop
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
danobot authored May 4, 2024
2 parents 13a0782 + b862056 commit f1fadfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/entity_controller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def do_update(self, wait=False, **kwargs):
""" Schedules an entity state update with HASS """
# _LOGGER.debug("Scheduled update with HASS")
if self.may_update:
self.async_schedule_update_ha_state(True)
self.schedule_update_ha_state(True)

def set_attr(self, k, v):
if k == CONF_DELAY:
Expand Down

0 comments on commit f1fadfc

Please sign in to comment.