Add integration_type device to kostal_plenticore (#159288)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 21:00:27 +01:00
committed by GitHub
parent 49299b06c6
commit cae5bca546
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@stegm"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/kostal_plenticore",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["kostal"],
"requirements": ["pykoplenti==1.3.0"]
+1 -1
View File
@@ -3386,7 +3386,7 @@
},
"kostal_plenticore": {
"name": "Kostal Plenticore Solar Inverter",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},