From da1808226ee0133512f2cd5cbe0bd63fb08c3e10 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sat, 20 Feb 2021 19:42:37 +0100 Subject: [PATCH] change log level to info (#46823) --- homeassistant/components/nut/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/nut/sensor.py b/homeassistant/components/nut/sensor.py index f4fbbdef932..174405e22e2 100644 --- a/homeassistant/components/nut/sensor.py +++ b/homeassistant/components/nut/sensor.py @@ -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,