core/homeassistant/components/shelly/manifest.json

19 lines
493 B
JSON

{
"domain": "shelly",
"name": "Shelly",
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74", "@bdraco"],
"config_flow": true,
"dependencies": ["bluetooth", "http", "network"],
"documentation": "https://www.home-assistant.io/integrations/shelly",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["aioshelly"],
"requirements": ["aioshelly==12.0.1"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "shelly*"
}
]
}