Use warning instead of info log level in roborock (#125940)

This commit is contained in:
Jan-Philipp Benecke 2024-09-14 09:53:04 +02:00 committed by GitHub
parent 932d66b0ee
commit c0f11c27a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ async def setup_device(
)
if device.pv == "A01":
return await setup_device_a01(hass, user_data, device, product_info)
_LOGGER.info(
_LOGGER.warning(
"Not adding device %s because its protocol version %s or category %s is not supported",
device.duid,
device.pv,