mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 13:44:32 +01:00
12 lines
361 B
JSON
12 lines
361 B
JSON
{
|
|
"domain": "plugwise",
|
|
"name": "Plugwise",
|
|
"documentation": "https://www.home-assistant.io/integrations/plugwise",
|
|
"requirements": ["plugwise==0.17.3"],
|
|
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"],
|
|
"zeroconf": ["_plugwise._tcp.local."],
|
|
"config_flow": true,
|
|
"iot_class": "local_polling",
|
|
"loggers": ["crcmod", "plugwise"]
|
|
}
|