mirror of https://github.com/home-assistant/core
18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"domain": "deconz",
|
|
"name": "deCONZ",
|
|
"codeowners": ["@Kane610"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/deconz",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pydeconz"],
|
|
"requirements": ["pydeconz==118"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Royal Philips Electronics",
|
|
"manufacturerURL": "http://www.dresden-elektronik.de"
|
|
}
|
|
]
|
|
}
|