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",
|
2022-10-25 10:16:08 +00:00
|
|
|
"requirements": ["aioshelly==4.1.1"],
|
2022-10-18 19:42:22 +00:00
|
|
|
"dependencies": ["http"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
|
|
|
"name": "shelly*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2022-10-22 12:38:08 +00:00
|
|
|
"loggers": ["aioshelly"],
|
|
|
|
"integration_type": "device"
|
2020-08-24 10:43:31 +00:00
|
|
|
}
|