1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/wallbox/manifest.json
2026-02-23 13:12:40 +01:00

12 lines
306 B
JSON

{
"domain": "wallbox",
"name": "Wallbox",
"codeowners": ["@hesselonline"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wallbox",
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": ["wallbox"],
"requirements": ["wallbox==0.9.0"]
}