mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
18 lines
417 B
JSON
18 lines
417 B
JSON
{
|
|
"domain": "konnected",
|
|
"name": "Konnected.io (Legacy)",
|
|
"codeowners": ["@heythisisnate"],
|
|
"config_flow": true,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/konnected",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["konnected"],
|
|
"requirements": ["konnected==1.2.0"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "konnected.io"
|
|
}
|
|
]
|
|
}
|