mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"domain": "shelly",
|
|
"name": "Shelly",
|
|
"codeowners": ["@bieniu", "@thecode", "@chemelli74", "@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth", "http", "network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/shelly",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aioshelly"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["aioshelly==13.9.0"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_http._tcp.local.",
|
|
"name": "shelly*"
|
|
},
|
|
{
|
|
"type": "_shelly._tcp.local."
|
|
}
|
|
]
|
|
}
|