mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
Add virtual integration Beverly (#179641)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Beverly."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "beverly",
|
||||
"name": "Beverly",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "midea"
|
||||
}
|
||||
@@ -740,6 +740,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"beverly": {
|
||||
"name": "Beverly",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "midea"
|
||||
},
|
||||
"bge": {
|
||||
"name": "Baltimore Gas and Electric (BGE)",
|
||||
"integration_type": "virtual",
|
||||
|
||||
Reference in New Issue
Block a user