Add supported brands to UPB integration (#79619)
This commit is contained in:
parent
28df576e51
commit
d3fee8aad9
2 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@ HAS_SUPPORTED_BRANDS = [
|
|||
"renault",
|
||||
"switchbee",
|
||||
"thermobeacon",
|
||||
"upb",
|
||||
"wemo",
|
||||
"yalexs_ble",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue