Add Motionblinds virtual integration Acomax (#111458)
This commit is contained in:
parent
da09b6174d
commit
1f0697e85f
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/acomax/__init__.py
Normal file
1
homeassistant/components/acomax/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Acomax."""
|
6
homeassistant/components/acomax/manifest.json
Normal file
6
homeassistant/components/acomax/manifest.json
Normal file
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue