mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add supported brands to UPB integration (#79619)
This commit is contained in:
parent
28df576e51
commit
d3fee8aad9
@ -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…
x
Reference in New Issue
Block a user