mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Fix typos (#5522)
This commit is contained in:
committed by
Paulus Schoutsen
parent
a83b61ad58
commit
64fc6a08d3
@@ -266,7 +266,7 @@ class Entity(object):
|
|||||||
self.entity_id, state, attr, self.force_update)
|
self.entity_id, state, attr, self.force_update)
|
||||||
|
|
||||||
def schedule_update_ha_state(self, force_refresh=False):
|
def schedule_update_ha_state(self, force_refresh=False):
|
||||||
"""Shedule a update ha state change task.
|
"""Schedule a update ha state change task.
|
||||||
|
|
||||||
That is only needed on executor to not block.
|
That is only needed on executor to not block.
|
||||||
"""
|
"""
|
||||||
@@ -285,7 +285,7 @@ class Entity(object):
|
|||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def async_remove(self) -> None:
|
def async_remove(self) -> None:
|
||||||
"""Remove entitiy from async HASS.
|
"""Remove entity from async HASS.
|
||||||
|
|
||||||
This method must be run in the event loop.
|
This method must be run in the event loop.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user