Skip to content

Commit f242e29

Browse files
joostlekfrenck
authored andcommitted
Add Konnected brand (home-assistant#153280)
1 parent 58cc7c8 commit f242e29

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"domain": "konnected",
3+
"name": "Konnected",
4+
"integrations": ["konnected", "konnected_esphome"]
5+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Virtual integration: Konnected ESPHome."""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"domain": "konnected_esphome",
3+
"name": "Konnected",
4+
"integration_type": "virtual",
5+
"supported_by": "esphome"
6+
}

homeassistant/generated/integrations.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,10 +3352,21 @@
33523352
"iot_class": "local_push"
33533353
},
33543354
"konnected": {
3355-
"name": "Konnected.io (Legacy)",
3356-
"integration_type": "hub",
3357-
"config_flow": true,
3358-
"iot_class": "local_push"
3355+
"name": "Konnected",
3356+
"integrations": {
3357+
"konnected": {
3358+
"integration_type": "hub",
3359+
"config_flow": true,
3360+
"iot_class": "local_push",
3361+
"name": "Konnected.io (Legacy)"
3362+
},
3363+
"konnected_esphome": {
3364+
"integration_type": "virtual",
3365+
"config_flow": false,
3366+
"supported_by": "esphome",
3367+
"name": "Konnected"
3368+
}
3369+
}
33593370
},
33603371
"kostal_plenticore": {
33613372
"name": "Kostal Plenticore Solar Inverter",

0 commit comments

Comments
 (0)