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,