Add supported brands for switchbee (#79595)

This commit is contained in:
Jafar Atili 2022-10-05 10:25:46 +03:00 committed by GitHub
parent 905950f341
commit 92c9ddf3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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"
}
} }

View File

@ -11,6 +11,7 @@ HAS_SUPPORTED_BRANDS = [
"netatmo", "netatmo",
"overkiz", "overkiz",
"renault", "renault",
"switchbee",
"thermobeacon", "thermobeacon",
"wemo", "wemo",
"yalexs_ble", "yalexs_ble",