Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e9fc1 commit 48e39c7Copy full SHA for 48e39c7
miio/gateway.py
@@ -286,7 +286,7 @@ def discover_devices(self):
286
if device_type != DeviceType.Gateway:
287
self._devices[dev_info.sid] = subdevice_cls(self, dev_info)
288
if self._devices[dev_info.sid].status == {}:
289
- _LOGGER.warning(
+ _LOGGER.info(
290
"Discovered subdevice type '%s', has no device specific properties defined, "
291
"this device has not been fully implemented yet (model: %s, name: %s).",
292
device_type.name,
0 commit comments