diff --git a/homeassistant/components/comfee/__init__.py b/homeassistant/components/comfee/__init__.py new file mode 100644 index 000000000000..1d73dfb35afa --- /dev/null +++ b/homeassistant/components/comfee/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Comfee.""" diff --git a/homeassistant/components/comfee/manifest.json b/homeassistant/components/comfee/manifest.json new file mode 100644 index 000000000000..6f5567c6ca07 --- /dev/null +++ b/homeassistant/components/comfee/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "comfee", + "name": "Comfee", + "integration_type": "virtual", + "supported_by": "midea" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index edd5f84982f7..10dcdb3598e9 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1148,6 +1148,11 @@ "config_flow": true, "iot_class": "local_polling" }, + "comfee": { + "name": "Comfee", + "integration_type": "virtual", + "supported_by": "midea" + }, "comfoconnect": { "name": "Zehnder ComfoAir Q", "integration_type": "hub",