mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
11 lines
285 B
JSON
11 lines
285 B
JSON
{
|
|
"domain": "portainer",
|
|
"name": "Portainer",
|
|
"codeowners": ["@erwindouna"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/portainer",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["pyportainer==0.1.7"]
|
|
}
|