mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Reduce log level for WebOS connection error (#34904)
This commit is contained in:
parent
e01ceb1a57
commit
f3c6f665af
@ -145,7 +145,7 @@ async def async_setup_tv_finalize(hass, config, conf, client):
|
|||||||
|
|
||||||
if client.connection is None:
|
if client.connection is None:
|
||||||
async_call_later(hass, 60, async_load_platforms)
|
async_call_later(hass, 60, async_load_platforms)
|
||||||
_LOGGER.warning(
|
_LOGGER.debug(
|
||||||
"No connection could be made with host %s, retrying in 60 seconds",
|
"No connection could be made with host %s, retrying in 60 seconds",
|
||||||
conf.get(CONF_HOST),
|
conf.get(CONF_HOST),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user