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:
committed by
GitHub
parent
9d54236f7d
commit
fe377befa6
@@ -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"]
|
||||
|
||||
@@ -7631,7 +7631,7 @@
|
||||
},
|
||||
"wallbox": {
|
||||
"name": "Wallbox",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user