Add Roborock as supported brand of xiaomi miio (#79312)

* Add Roborock as supported brand

* Update supported_brands.py
pull/79900/head
starkillerOG 2022-10-08 20:55:56 +02:00 committed by GitHub
parent d06e064e9e
commit 7bc2d97aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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"
}
}

View File

@ -15,5 +15,6 @@ HAS_SUPPORTED_BRANDS = [
"thermobeacon",
"upb",
"wemo",
"xiaomi_miio",
"yalexs_ble",
]