diff --git a/libnymea/interfaces/interfaces.qrc b/libnymea/interfaces/interfaces.qrc
index 56e0323f..d29e1be4 100644
--- a/libnymea/interfaces/interfaces.qrc
+++ b/libnymea/interfaces/interfaces.qrc
@@ -44,6 +44,7 @@
simpleclosable.json
closable.json
awning.json
+ ventilation.json
shutter.json
blind.json
extendedclosable.json
diff --git a/libnymea/interfaces/ventilation.json b/libnymea/interfaces/ventilation.json
new file mode 100644
index 00000000..db285c31
--- /dev/null
+++ b/libnymea/interfaces/ventilation.json
@@ -0,0 +1,4 @@
+{
+ "description": "The ventilation interface is used for any sort of ventilation. It extends the \"power\" interface and thus can be turned on or off.",
+ "extends": "power"
+}