mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Spelling fixes (#12041)
* Spelling fixes *Lots* of them. * Spelling breaking changes * Fix lint errors
This commit is contained in:
committed by
Fabian Affolter
parent
38fd9b65bf
commit
8dcfd35b8b
@@ -220,7 +220,7 @@ class Script():
|
||||
def async_script_timeout(now):
|
||||
"""Call after timeout is retrieve stop script."""
|
||||
self._async_listener.remove(unsub)
|
||||
self._log("Timout reach, abort script.")
|
||||
self._log("Timeout reached, abort script.")
|
||||
self.async_stop()
|
||||
|
||||
unsub = async_track_point_in_utc_time(
|
||||
|
||||
Reference in New Issue
Block a user