diff --git a/homeassistant/components/acomax/__init__.py b/homeassistant/components/acomax/__init__.py new file mode 100644 index 00000000000..fd8686c3741 --- /dev/null +++ b/homeassistant/components/acomax/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Acomax.""" diff --git a/homeassistant/components/acomax/manifest.json b/homeassistant/components/acomax/manifest.json new file mode 100644 index 00000000000..9963db68a46 --- /dev/null +++ b/homeassistant/components/acomax/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "acomax", + "name": "Acomax", + "integration_type": "virtual", + "supported_by": "motion_blinds" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 90e50e22339..47ae44d0204 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -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",