core/homeassistant/components/upb/manifest.json

15 lines
386 B
JSON

{
"domain": "upb",
"name": "Universal Powerline Bus (UPB)",
"documentation": "https://www.home-assistant.io/integrations/upb",
"requirements": ["upb_lib==0.4.12"],
"codeowners": ["@gwww"],
"config_flow": true,
"iot_class": "local_push",
"loggers": ["upb_lib"],
"supported_brands": {
"pcs_lighting": "PCS Lighting",
"simply_automated": "Simply Automated"
}
}