Add Roborock as supported brand of xiaomi miio (#79312)
* Add Roborock as supported brand * Update supported_brands.pypull/79900/head
parent
d06e064e9e
commit
7bc2d97aca
|
@ -7,5 +7,8 @@
|
|||
"codeowners": ["@rytilahti", "@syssi", "@starkillerOG", "@bieniu"],
|
||||
"zeroconf": ["_miio._udp.local."],
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["micloud", "miio"]
|
||||
"loggers": ["micloud", "miio"],
|
||||
"supported_brands": {
|
||||
"roborock": "Roborock"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,5 +15,6 @@ HAS_SUPPORTED_BRANDS = [
|
|||
"thermobeacon",
|
||||
"upb",
|
||||
"wemo",
|
||||
"xiaomi_miio",
|
||||
"yalexs_ble",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue