Use warning instead of info log level in roborock (#125940)
This commit is contained in:
parent
932d66b0ee
commit
c0f11c27a3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue