Add thermobeacon supported brands (#77423)

Add thermobeacon alternate brands
This commit is contained in:
J. Nick Koston 2022-08-28 13:46:04 -05:00 committed by GitHub
parent d29be2390b
commit 533d23ce05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -27,5 +27,9 @@
"requirements": ["thermobeacon-ble==0.3.1"],
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"
"iot_class": "local_push",
"supported_brands": {
"thermoplus": "ThermoPlus",
"sensorblue": "SensorBlue"
}
}

View File

@ -11,6 +11,7 @@ HAS_SUPPORTED_BRANDS = (
"motion_blinds",
"overkiz",
"renault",
"thermobeacon",
"wemo",
"yalexs_ble",
"zwave_js"