mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add Motionblinds virtual integration Acomax (#111458)
This commit is contained in:
parent
da09b6174d
commit
1f0697e85f
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…
x
Reference in New Issue
Block a user