mirror of https://github.com/home-assistant/core
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"domain": "konnected",
|
|
"name": "Konnected.io",
|
|
"codeowners": ["@heythisisnate"],
|
|
"config_flow": true,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/konnected",
|
|
"iot_class": "local_push",
|
|
"loggers": ["konnected"],
|
|
"requirements": ["konnected==1.2.0"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "konnected.io"
|
|
}
|
|
]
|
|
}
|