mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Add levoit virtual integration (#157618)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Levoit."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "levoit",
|
||||
"name": "Levoit",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "vesync"
|
||||
}
|
||||
@@ -3503,6 +3503,11 @@
|
||||
"zwave"
|
||||
]
|
||||
},
|
||||
"levoit": {
|
||||
"name": "Levoit",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "vesync"
|
||||
},
|
||||
"lg": {
|
||||
"name": "LG",
|
||||
"integrations": {
|
||||
|
||||
Reference in New Issue
Block a user