1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 21:05:18 +00:00

Add integration_type hub to wallbox (#163752)

This commit is contained in:
Joost Lekkerkerker
2026-02-23 13:12:40 +01:00
committed by GitHub
parent 9d54236f7d
commit fe377befa6
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"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"]

View File

@@ -7631,7 +7631,7 @@
},
"wallbox": {
"name": "Wallbox",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "cloud_polling"
},