change log level to info (#46823)
This commit is contained in:
parent
39da0dc409
commit
da1808226e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
|
|||
)
|
||||
)
|
||||
else:
|
||||
_LOGGER.warning(
|
||||
_LOGGER.info(
|
||||
"Sensor type: %s does not appear in the NUT status "
|
||||
"output, cannot add",
|
||||
sensor_type,
|
||||
|
|
Loading…
Add table
Reference in a new issue