Skip to content

Commit 1e1265c

Browse files
authored
Add integration_type device to goodwe (home-assistant#159083)
1 parent 22e975f commit 1e1265c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/goodwe/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@mletenay", "@starkillerOG"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/goodwe",
7+
"integration_type": "device",
78
"iot_class": "local_polling",
89
"loggers": ["goodwe"],
910
"requirements": ["goodwe==0.4.8"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@
24152415
},
24162416
"goodwe": {
24172417
"name": "GoodWe Inverter",
2418-
"integration_type": "hub",
2418+
"integration_type": "device",
24192419
"config_flow": true,
24202420
"iot_class": "local_polling"
24212421
},

0 commit comments

Comments
 (0)