diff --git a/homeassistant/components/madeco/__init__.py b/homeassistant/components/madeco/__init__.py new file mode 100644 index 00000000000..c766e21cf7e --- /dev/null +++ b/homeassistant/components/madeco/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Madeco.""" diff --git a/homeassistant/components/madeco/manifest.json b/homeassistant/components/madeco/manifest.json new file mode 100644 index 00000000000..22f5f705870 --- /dev/null +++ b/homeassistant/components/madeco/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "madeco", + "name": "Madeco", + "integration_type": "virtual", + "supported_by": "motion_blinds" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 27a5c59ffdc..393df325943 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3393,6 +3393,11 @@ "config_flow": false, "iot_class": "local_polling" }, + "madeco": { + "name": "Madeco", + "integration_type": "virtual", + "supported_by": "motion_blinds" + }, "mailgun": { "name": "Mailgun", "integration_type": "hub",