mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add supported brands to UPB integration (#79619)
This commit is contained in:
parent
28df576e51
commit
d3fee8aad9
@ -6,5 +6,9 @@
|
|||||||
"codeowners": ["@gwww"],
|
"codeowners": ["@gwww"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push",
|
"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",
|
"renault",
|
||||||
"switchbee",
|
"switchbee",
|
||||||
"thermobeacon",
|
"thermobeacon",
|
||||||
|
"upb",
|
||||||
"wemo",
|
"wemo",
|
||||||
"yalexs_ble",
|
"yalexs_ble",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user