mirror of
https://github.com/home-assistant/core.git
synced 2026-08-27 18:14:46 -05:00
Add virtual integration Little Swan (#179646)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Little Swan."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "little_swan",
|
||||
"name": "Little Swan",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "midea"
|
||||
}
|
||||
@@ -4001,6 +4001,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
"little_swan": {
|
||||
"name": "Little Swan",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "midea"
|
||||
},
|
||||
"livisi": {
|
||||
"name": "LIVISI Smart Home",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user