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",
"requirements": ["pyswitchbee==1.5.5"],
"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",
"overkiz",
"renault",
"switchbee",
"thermobeacon",
"wemo",
"yalexs_ble",