mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 10:59:24 +00:00
Add integration_type device to goodwe (#159083)
This commit is contained in:
committed by
GitHub
parent
22e975f911
commit
1e1265c99c
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@mletenay", "@starkillerOG"],
|
"codeowners": ["@mletenay", "@starkillerOG"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/goodwe",
|
"documentation": "https://www.home-assistant.io/integrations/goodwe",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["goodwe"],
|
"loggers": ["goodwe"],
|
||||||
"requirements": ["goodwe==0.4.8"]
|
"requirements": ["goodwe==0.4.8"]
|
||||||
|
|||||||
@@ -2415,7 +2415,7 @@
|
|||||||
},
|
},
|
||||||
"goodwe": {
|
"goodwe": {
|
||||||
"name": "GoodWe Inverter",
|
"name": "GoodWe Inverter",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user