1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 19:37:12 +00:00
Files
core/homeassistant/components/plugwise/manifest.json
2025-12-27 12:09:17 +01:00

14 lines
389 B
JSON

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