Files
ha-core/homeassistant/components/plugwise/manifest.json
Tom 4a4523c249 Bump plugwise to v0.31.9 (#97203)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Bouwe <bouwe.s.westerdijk@gmail.com>
2023-08-08 16:38:37 +02:00

13 lines
379 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": ["crcmod", "plugwise"],
"requirements": ["plugwise==0.31.9"],
"zeroconf": ["_plugwise._tcp.local."]
}