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",
|
2023-01-10 08:46:36 +00:00
|
|
|
"requirements": ["aioshelly==5.2.1"],
|
2022-11-15 18:34:45 +00:00
|
|
|
"dependencies": ["bluetooth", "http"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
|
|
|
"name": "shelly*"
|
|
|
|
}
|
|
|
|
],
|
2022-11-15 18:34:45 +00:00
|
|
|
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74", "@bdraco"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2022-10-22 12:38:08 +00:00
|
|
|
"loggers": ["aioshelly"],
|
2022-11-24 19:04:51 +00:00
|
|
|
"integration_type": "device",
|
|
|
|
"quality_scale": "platinum"
|
2020-08-24 10:43:31 +00:00
|
|
|
}
|