Fix hassio log message typo (#36194)
minor contribution - thanks for HA :)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user