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",
2023-02-08 19:22:30 +00:00
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74", "@bdraco"],
2020-08-24 10:43:31 +00:00
"config_flow": true,
2023-02-08 19:22:30 +00:00
"dependencies": ["bluetooth", "http"],
2020-09-08 13:12:20 +00:00
"documentation": "https://www.home-assistant.io/integrations/shelly",
2023-02-08 19:22:30 +00:00
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["aioshelly"],
"quality_scale": "platinum",
"requirements": ["aioshelly==5.4.0"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "shelly*"
}
2023-02-08 19:22:30 +00:00
]
2020-08-24 10:43:31 +00:00
}