mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 03:17:06 +00:00
* Update wallbox plugin version Closes #110566 * Fix unit tests failing * Fix import order --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
11 lines
274 B
JSON
11 lines
274 B
JSON
{
|
|
"domain": "wallbox",
|
|
"name": "Wallbox",
|
|
"codeowners": ["@hesselonline"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wallbox",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["wallbox"],
|
|
"requirements": ["wallbox==0.6.0"]
|
|
}
|