Add supported brands to UPB integration (#79619)

This commit is contained in:
Glenn Waters 2022-10-06 14:33:37 -04:00 committed by GitHub
parent 28df576e51
commit d3fee8aad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -6,5 +6,9 @@
"codeowners": ["@gwww"],
"config_flow": true,
"iot_class": "local_push",
"loggers": ["upb_lib"]
"loggers": ["upb_lib"],
"supported_brands": {
"pcs_lighting": "PCS Lighting",
"simply_automated": "Simply Automated"
}
}

View file

@ -13,6 +13,7 @@ HAS_SUPPORTED_BRANDS = [
"renault",
"switchbee",
"thermobeacon",
"upb",
"wemo",
"yalexs_ble",
]