mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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"],
|
||||
"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…
x
Reference in New Issue
Block a user