mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
15 lines
437 B
JSON
15 lines
437 B
JSON
{
|
|
"domain": "openevse",
|
|
"name": "OpenEVSE",
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@c00w", "@firstof9"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/openevse",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["openevsehttp"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["python-openevse-http==0.2.5"],
|
|
"zeroconf": ["_openevse._tcp.local."]
|
|
}
|