mirror of https://github.com/home-assistant/core
13 lines
368 B
JSON
13 lines
368 B
JSON
{
|
|
"domain": "plugwise",
|
|
"name": "Plugwise",
|
|
"codeowners": ["@CoMPaTech", "@bouwew", "@frenck"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/plugwise",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["plugwise"],
|
|
"requirements": ["plugwise==1.5.2"],
|
|
"zeroconf": ["_plugwise._tcp.local."]
|
|
}
|