mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
change log level to info (#46823)
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user