core/homeassistant/components/shelly/manifest.json

20 lines
512 B
JSON

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