mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Add thermobeacon supported brands (#77423)
Add thermobeacon alternate brands
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user