Skip to content

Commit

Permalink
Add IKEA SYMFONISK as virtual integration (home-assistant#80833)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 25, 2022
1 parent beeee8b commit 52f109f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
5 changes: 5 additions & 0 deletions homeassistant/brands/ikea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"domain": "ikea",
"name": "IKEA",
"integrations": ["symfonisk", "tradfri"]
}
1 change: 1 addition & 0 deletions homeassistant/components/symfonisk/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Virtual integration: IKEA SYMFONISK."""
6 changes: 6 additions & 0 deletions homeassistant/components/symfonisk/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"domain": "symfonisk",
"name": "IKEA SYMFONISK",
"integration_type": "virtual",
"supported_by": "sonos"
}
21 changes: 15 additions & 6 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2363,6 +2363,21 @@
"config_flow": false,
"iot_class": "local_push"
},
"ikea": {
"name": "IKEA",
"integrations": {
"symfonisk": {
"integration_type": "virtual",
"name": "IKEA SYMFONISK"
},
"tradfri": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling",
"name": "IKEA TR\u00c5DFRI"
}
}
},
"imap": {
"name": "IMAP",
"integration_type": "hub",
Expand Down Expand Up @@ -5489,12 +5504,6 @@
"config_flow": true,
"iot_class": "cloud_push"
},
"tradfri": {
"name": "IKEA TR\u00c5DFRI",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling"
},
"trafikverket": {
"name": "Trafikverket",
"integrations": {
Expand Down

0 comments on commit 52f109f

Please sign in to comment.