2020-08-24 10:43:31 +00:00
|
|
|
{
|
|
|
|
"domain": "shelly",
|
|
|
|
"name": "Shelly",
|
2023-02-08 19:22:30 +00:00
|
|
|
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74", "@bdraco"],
|
2020-08-24 10:43:31 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:22:30 +00:00
|
|
|
"dependencies": ["bluetooth", "http"],
|
2020-09-08 13:12:20 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/shelly",
|
2023-02-08 19:22:30 +00:00
|
|
|
"integration_type": "device",
|
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["aioshelly"],
|
|
|
|
"quality_scale": "platinum",
|
2023-06-18 22:10:29 +00:00
|
|
|
"requirements": ["aioshelly==5.4.0"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
|
|
|
"name": "shelly*"
|
|
|
|
}
|
2023-02-08 19:22:30 +00:00
|
|
|
]
|
2020-08-24 10:43:31 +00:00
|
|
|
}
|