core/homeassistant/components/shelly/manifest.json

10 lines
248 B
JSON
Raw Normal View History

2020-08-24 10:43:31 +00:00
{
"domain": "shelly",
"name": "Shelly",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/shelly2",
"requirements": ["aioshelly==0.2.1"],
2020-08-24 10:43:31 +00:00
"zeroconf": ["_http._tcp.local."],
"codeowners": ["@balloob"]
}