Lazy discover for dmaker.fan.1c (#129297)

This commit is contained in:
Nicolás Alonso 2024-10-27 22:09:08 -03:00 committed by GitHub
parent 7a448f5528
commit 08016dc3b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -308,6 +308,7 @@ async def async_create_miio_device_and_coordinator(
"zhimi.fan.za3": True,
"zhimi.fan.za5": True,
"zhimi.airpurifier.za1": True,
"dmaker.fan.1c": True,
}
lazy_discover = LAZY_DISCOVER_FOR_MODEL.get(model, False)