mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix spelling schedule_update_ha_state (#4415)
This commit is contained in:
@@ -270,7 +270,7 @@ class Entity(object):
|
||||
self.hass.states.async_set(
|
||||
self.entity_id, state, attr, self.force_update)
|
||||
|
||||
def shedule_update_ha_state(self, force_refresh=False):
|
||||
def schedule_update_ha_state(self, force_refresh=False):
|
||||
"""Shedule a update ha state change task.
|
||||
|
||||
That is only needed on executor to not block.
|
||||
|
||||
Reference in New Issue
Block a user