mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add supported brands for switchbee (#79595)
This commit is contained in:
parent
905950f341
commit
92c9ddf3e3
@ -5,5 +5,8 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/switchbee",
|
"documentation": "https://www.home-assistant.io/integrations/switchbee",
|
||||||
"requirements": ["pyswitchbee==1.5.5"],
|
"requirements": ["pyswitchbee==1.5.5"],
|
||||||
"codeowners": ["@jafar-atili"],
|
"codeowners": ["@jafar-atili"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling",
|
||||||
|
"supported_brands": {
|
||||||
|
"bswitch": "BSwitch"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@ HAS_SUPPORTED_BRANDS = [
|
|||||||
"netatmo",
|
"netatmo",
|
||||||
"overkiz",
|
"overkiz",
|
||||||
"renault",
|
"renault",
|
||||||
|
"switchbee",
|
||||||
"thermobeacon",
|
"thermobeacon",
|
||||||
"wemo",
|
"wemo",
|
||||||
"yalexs_ble",
|
"yalexs_ble",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user