core/homeassistant/components/plugwise/manifest.json

12 lines
361 B
JSON

{
"domain": "plugwise",
"name": "Plugwise",
"documentation": "https://www.home-assistant.io/integrations/plugwise",
"requirements": ["plugwise==0.25.0"],
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"],
"zeroconf": ["_plugwise._tcp.local."],
"config_flow": true,
"iot_class": "local_polling",
"loggers": ["crcmod", "plugwise"]
}