Add supported brands for switchbee (#79595)
This commit is contained in:
parent
905950f341
commit
92c9ddf3e3
2 changed files with 5 additions and 1 deletions
|
@ -5,5 +5,8 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/switchbee",
|
||||
"requirements": ["pyswitchbee==1.5.5"],
|
||||
"codeowners": ["@jafar-atili"],
|
||||
"iot_class": "local_polling"
|
||||
"iot_class": "local_polling",
|
||||
"supported_brands": {
|
||||
"bswitch": "BSwitch"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@ HAS_SUPPORTED_BRANDS = [
|
|||
"netatmo",
|
||||
"overkiz",
|
||||
"renault",
|
||||
"switchbee",
|
||||
"thermobeacon",
|
||||
"wemo",
|
||||
"yalexs_ble",
|
||||
|
|
Loading…
Add table
Reference in a new issue