mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Fix hassio log message typo (#36194)
minor contribution - thanks for HA :)
This commit is contained in:
parent
6609bd94e5
commit
3ac376ebca
@ -188,7 +188,7 @@ async def async_setup(hass, config):
|
||||
hass.data[DOMAIN] = hassio = HassIO(hass.loop, websession, host)
|
||||
|
||||
if not await hassio.is_connected():
|
||||
_LOGGER.warning("Not connected with Hass.io / system to busy!")
|
||||
_LOGGER.warning("Not connected with Hass.io / system too busy!")
|
||||
|
||||
store = hass.helpers.storage.Store(STORAGE_VERSION, STORAGE_KEY)
|
||||
data = await store.async_load()
|
||||
|
@ -215,7 +215,7 @@ async def test_warn_when_cannot_connect(hass, caplog):
|
||||
assert result
|
||||
|
||||
assert hass.components.hassio.is_hassio()
|
||||
assert "Not connected with Hass.io / system to busy!" in caplog.text
|
||||
assert "Not connected with Hass.io / system too busy!" in caplog.text
|
||||
|
||||
|
||||
async def test_service_register(hassio_env, hass):
|
||||
|
Loading…
x
Reference in New Issue
Block a user