Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48e39c7

Browse files
committed
reduce not implemented warning to info
1 parent c6e9fc1 commit 48e39c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miio/gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def discover_devices(self):
286286
if device_type != DeviceType.Gateway:
287287
self._devices[dev_info.sid] = subdevice_cls(self, dev_info)
288288
if self._devices[dev_info.sid].status == {}:
289-
_LOGGER.warning(
289+
_LOGGER.info(
290290
"Discovered subdevice type '%s', has no device specific properties defined, "
291291
"this device has not been fully implemented yet (model: %s, name: %s).",
292292
device_type.name,

0 commit comments

Comments
 (0)