hass-core/homeassistant/components/plugwise/manifest.json
Bouwe Westerdijk ea1868b7b9
Bump plugwise to v0.25.12 ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
fixes undefined
2022-11-25 10:55:51 +01:00

12 lines
391 B
JSON

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