1
0
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:
Paulus Schoutsen
2016-11-16 08:26:29 -08:00
committed by GitHub
parent 1fff6ce438
commit f006b00dc1
15 changed files with 29 additions and 29 deletions

View File

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