mirror of
https://github.com/home-assistant/core.git
synced 2026-08-27 18:14:46 -05:00
Add virtual integration Wahin (#179655)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Wahin."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "wahin",
|
||||
"name": "Wahin",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "midea"
|
||||
}
|
||||
@@ -7954,6 +7954,11 @@
|
||||
"config_flow": false,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"wahin": {
|
||||
"name": "Wahin",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "midea"
|
||||
},
|
||||
"wake_on_lan": {
|
||||
"name": "Wake on LAN",
|
||||
"integration_type": "service",
|
||||
|
||||
Reference in New Issue
Block a user