16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"domain": "shelly",
|
|
"name": "Shelly",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/shelly",
|
|
"requirements": ["aioshelly==1.0.2"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_http._tcp.local.",
|
|
"name": "shelly*"
|
|
}
|
|
],
|
|
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74"],
|
|
"iot_class": "local_push"
|
|
}
|