core/homeassistant/components/konnected/manifest.json

17 lines
379 B
JSON
Raw Normal View History

{
"domain": "konnected",
"name": "Konnected.io",
2023-02-08 19:35:25 +00:00
"codeowners": ["@heythisisnate"],
"config_flow": true,
2023-02-08 19:35:25 +00:00
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/konnected",
2023-02-08 19:35:25 +00:00
"iot_class": "local_push",
"loggers": ["konnected"],
"requirements": ["konnected==1.2.0"],
"ssdp": [
{
"manufacturer": "konnected.io"
}
2023-02-08 19:35:25 +00:00
]
}