core/homeassistant/components/shelly/manifest.json

17 lines
398 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",
2022-03-02 12:30:54 +00:00
"requirements": ["aioshelly==1.0.11"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "shelly*"
}
],
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74"],
"iot_class": "local_push",
"loggers": ["aioshelly"]
2020-08-24 10:43:31 +00:00
}