mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add thermobeacon supported brands (#77423)
Add thermobeacon alternate brands
This commit is contained in:
parent
d29be2390b
commit
533d23ce05
@ -27,5 +27,9 @@
|
|||||||
"requirements": ["thermobeacon-ble==0.3.1"],
|
"requirements": ["thermobeacon-ble==0.3.1"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push",
|
||||||
|
"supported_brands": {
|
||||||
|
"thermoplus": "ThermoPlus",
|
||||||
|
"sensorblue": "SensorBlue"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@ HAS_SUPPORTED_BRANDS = (
|
|||||||
"motion_blinds",
|
"motion_blinds",
|
||||||
"overkiz",
|
"overkiz",
|
||||||
"renault",
|
"renault",
|
||||||
|
"thermobeacon",
|
||||||
"wemo",
|
"wemo",
|
||||||
"yalexs_ble",
|
"yalexs_ble",
|
||||||
"zwave_js"
|
"zwave_js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user