core/homeassistant/components/upb/manifest.json

11 lines
277 B
JSON

{
"domain": "upb",
"name": "Universal Powerline Bus (UPB)",
"codeowners": ["@gwww"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/upb",
"iot_class": "local_push",
"loggers": ["upb_lib"],
"requirements": ["upb-lib==0.5.8"]
}