mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +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"],
|
||||
"dependencies": ["bluetooth"],
|
||||
"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",
|
||||
"overkiz",
|
||||
"renault",
|
||||
"thermobeacon",
|
||||
"wemo",
|
||||
"yalexs_ble",
|
||||
"zwave_js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user