Add zhimi.fan.za3 to xiaomi_miio workaround unable to discover device (#108310)
* add zhimi.fan.za3 to workaround fix unable to discover issue * Update __init__.py --------- Co-authored-by: Erik Montnemery <erik@montnemery.com>pull/115790/head
parent
3a461c32ac
commit
5702ab3059
|
@ -299,6 +299,7 @@ async def async_create_miio_device_and_coordinator(
|
|||
|
||||
# List of models requiring specific lazy_discover setting
|
||||
LAZY_DISCOVER_FOR_MODEL = {
|
||||
"zhimi.fan.za3": True,
|
||||
"zhimi.fan.za5": True,
|
||||
"zhimi.airpurifier.za1": True,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue