hass-core/homeassistant/components/plugwise/manifest.json
Bouwe Westerdijk 49f0bb6990
Bump plugwise to v1.5.0 (#129668)
* Bump plugwise to v1.5.0

* And adapt
2024-11-03 23:30:21 -05:00

12 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.0"],
"zeroconf": ["_plugwise._tcp.local."]
}