mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add MINI Connected virtual integration (#120874)
This commit is contained in:
parent
df7be501d3
commit
0afebf744f
1
homeassistant/components/mini_connected/__init__.py
Normal file
1
homeassistant/components/mini_connected/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: MINI Connected."""
|
6
homeassistant/components/mini_connected/manifest.json
Normal file
6
homeassistant/components/mini_connected/manifest.json
Normal file
@ -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…
x
Reference in New Issue
Block a user