Add MINI Connected virtual integration (#120874)
parent
df7be501d3
commit
0afebf744f
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: MINI Connected."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "mini_connected",
|
||||
"name": "MINI Connected",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "bmw_connected_drive"
|
||||
}
|
|
@ -3701,6 +3701,11 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"mini_connected": {
|
||||
"name": "MINI Connected",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "bmw_connected_drive"
|
||||
},
|
||||
"minio": {
|
||||
"name": "Minio",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Reference in New Issue