Add IKEA SYMFONISK as virtual integration (#80833)
This commit is contained in:
parent
beeee8b60e
commit
52f109f6ab
4 changed files with 27 additions and 6 deletions
5
homeassistant/brands/ikea.json
Normal file
5
homeassistant/brands/ikea.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"domain": "ikea",
|
||||
"name": "IKEA",
|
||||
"integrations": ["symfonisk", "tradfri"]
|
||||
}
|
1
homeassistant/components/symfonisk/__init__.py
Normal file
1
homeassistant/components/symfonisk/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: IKEA SYMFONISK."""
|
6
homeassistant/components/symfonisk/manifest.json
Normal file
6
homeassistant/components/symfonisk/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "symfonisk",
|
||||
"name": "IKEA SYMFONISK",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "sonos"
|
||||
}
|
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue