mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
Fixing multiple typos (#4626)
This commit is contained in:
parent
012bfd7e6c
commit
6c564fe4fd
@ -662,7 +662,7 @@ class Addon(AddonModel):
|
|||||||
await asyncio.wait_for(self._startup_task, STARTUP_TIMEOUT)
|
await asyncio.wait_for(self._startup_task, STARTUP_TIMEOUT)
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Timeout while waiting for addon %s to start, took more then %s seconds",
|
"Timeout while waiting for addon %s to start, took more than %s seconds",
|
||||||
self.name,
|
self.name,
|
||||||
STARTUP_TIMEOUT,
|
STARTUP_TIMEOUT,
|
||||||
)
|
)
|
||||||
|
@ -250,7 +250,7 @@ class Core(CoreSysAttributes):
|
|||||||
except HomeAssistantError as err:
|
except HomeAssistantError as err:
|
||||||
capture_exception(err)
|
capture_exception(err)
|
||||||
else:
|
else:
|
||||||
_LOGGER.info("Skiping start of Home Assistant")
|
_LOGGER.info("Skipping start of Home Assistant")
|
||||||
|
|
||||||
# Core is not running
|
# Core is not running
|
||||||
if self.sys_homeassistant.core.error_state:
|
if self.sys_homeassistant.core.error_state:
|
||||||
|
@ -274,7 +274,7 @@ class Job(CoreSysAttributes):
|
|||||||
else self.on_condition
|
else self.on_condition
|
||||||
)
|
)
|
||||||
raise on_condition(
|
raise on_condition(
|
||||||
f"Rate limit exceeded, more then {self.throttle_max_calls} calls in {self.throttle_period(group_name)}",
|
f"Rate limit exceeded, more than {self.throttle_max_calls} calls in {self.throttle_period(group_name)}",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Execute Job
|
# Execute Job
|
||||||
|
Loading…
x
Reference in New Issue
Block a user