mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
31 lines
669 B
JSON
31 lines
669 B
JSON
{
|
|
"domain": "shelly",
|
|
"name": "Shelly",
|
|
"bluetooth": [
|
|
{
|
|
"local_name": "Shelly*"
|
|
},
|
|
{
|
|
"manufacturer_id": 2985
|
|
}
|
|
],
|
|
"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": "platinum",
|
|
"requirements": ["aioshelly==13.23.0"],
|
|
"zeroconf": [
|
|
{
|
|
"name": "shelly*",
|
|
"type": "_http._tcp.local."
|
|
},
|
|
{
|
|
"type": "_shelly._tcp.local."
|
|
}
|
|
]
|
|
}
|