mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 02:13:44 +02:00
Add Motionblinds virtual integration Acomax (#111458)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Acomax."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "acomax",
|
||||
"name": "Acomax",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
}
|
||||
@@ -29,6 +29,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"acomax": {
|
||||
"name": "Acomax",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "motion_blinds"
|
||||
},
|
||||
"actiontec": {
|
||||
"name": "Actiontec",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user