core/homeassistant/components/growatt_server/manifest.json

10 lines
298 B
JSON
Raw Normal View History

{
"domain": "growatt_server",
"name": "Growatt",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/growatt_server/",
2021-09-15 08:08:15 +00:00
"requirements": ["growattServer==1.1.0"],
"codeowners": ["@indykoning", "@muppet3000", "@JasperPlant"],
"iot_class": "cloud_polling"
}