change log level to info (#46823)

This commit is contained in:
Michael 2021-02-20 19:42:37 +01:00 committed by GitHub
parent 39da0dc409
commit da1808226e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
) )
) )
else: else:
_LOGGER.warning( _LOGGER.info(
"Sensor type: %s does not appear in the NUT status " "Sensor type: %s does not appear in the NUT status "
"output, cannot add", "output, cannot add",
sensor_type, sensor_type,