1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 20:39:01 +00:00

Add Konnected brand (#153280)

This commit is contained in:
Joost Lekkerkerker
2025-09-30 21:27:43 +02:00
committed by GitHub
parent 4c1ae0eddc
commit c8d676e06b
4 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
{
"domain": "konnected",
"name": "Konnected",
"integrations": ["konnected", "konnected_esphome"]
}

View File

@@ -0,0 +1 @@
"""Virtual integration: Konnected ESPHome."""

View File

@@ -0,0 +1,6 @@
{
"domain": "konnected_esphome",
"name": "Konnected",
"integration_type": "virtual",
"supported_by": "esphome"
}

View File

@@ -3346,10 +3346,21 @@
"iot_class": "local_push"
},
"konnected": {
"name": "Konnected.io (Legacy)",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push"
"name": "Konnected",
"integrations": {
"konnected": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push",
"name": "Konnected.io (Legacy)"
},
"konnected_esphome": {
"integration_type": "virtual",
"config_flow": false,
"supported_by": "esphome",
"name": "Konnected"
}
}
},
"kostal_plenticore": {
"name": "Kostal Plenticore Solar Inverter",