Reduce log level for WebOS connection error (#34904)

This commit is contained in:
jjlawren 2020-04-30 02:10:02 -05:00 committed by GitHub
parent e01ceb1a57
commit f3c6f665af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),
) )