Reduce log level of unknown discovered services (#37617)

This commit is contained in:
Paulus Schoutsen 2020-07-07 15:29:37 -07:00 committed by GitHub
parent 3871688dfb
commit 00182e7b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ async def async_setup(hass, config):
# We do not know how to handle this service.
if not comp_plat:
logger.info("Unknown service discovered: %s %s", service, info)
logger.debug("Unknown service discovered: %s %s", service, info)
return
logger.info("Found new service: %s %s", service, info)