mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add Roborock as supported brand of xiaomi miio (#79312)
* Add Roborock as supported brand * Update supported_brands.py
This commit is contained in:
parent
d06e064e9e
commit
7bc2d97aca
@ -7,5 +7,8 @@
|
|||||||
"codeowners": ["@rytilahti", "@syssi", "@starkillerOG", "@bieniu"],
|
"codeowners": ["@rytilahti", "@syssi", "@starkillerOG", "@bieniu"],
|
||||||
"zeroconf": ["_miio._udp.local."],
|
"zeroconf": ["_miio._udp.local."],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["micloud", "miio"]
|
"loggers": ["micloud", "miio"],
|
||||||
|
"supported_brands": {
|
||||||
|
"roborock": "Roborock"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,5 +15,6 @@ HAS_SUPPORTED_BRANDS = [
|
|||||||
"thermobeacon",
|
"thermobeacon",
|
||||||
"upb",
|
"upb",
|
||||||
"wemo",
|
"wemo",
|
||||||
|
"xiaomi_miio",
|
||||||
"yalexs_ble",
|
"yalexs_ble",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user