core/homeassistant/components/shelly/manifest.json

20 lines
512 B
JSON
Raw Normal View History

2020-08-24 10:43:31 +00:00
{
"domain": "shelly",
"name": "Shelly",
"config_flow": true,
2020-09-08 13:12:20 +00:00
"documentation": "https://www.home-assistant.io/integrations/shelly",
"requirements": ["aioshelly==5.2.1"],
"dependencies": ["bluetooth", "http"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "shelly*"
}
],
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74", "@bdraco"],
"iot_class": "local_push",
"loggers": ["aioshelly"],
"integration_type": "device",
"quality_scale": "platinum"
2020-08-24 10:43:31 +00:00
}