1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/goodwe/manifest.json
2026-03-29 20:39:36 +02:00

12 lines
324 B
JSON

{
"domain": "goodwe",
"name": "GoodWe Inverter",
"codeowners": ["@mletenay", "@starkillerOG"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/goodwe",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["goodwe"],
"requirements": ["goodwe==0.4.10"]
}