diff --git a/source/_dashboards/markdown.markdown b/source/_dashboards/markdown.markdown
index a940c1cf17e..3885b120724 100644
--- a/source/_dashboards/markdown.markdown
+++ b/source/_dashboards/markdown.markdown
@@ -150,3 +150,28 @@ content: |
This is a success alert — check it out!
This is an alert with a title
```
+
+## ha-qr-code
+
+You can also create QR-Codes in the Markdown card.
+
+Available parameters:
+- data: The actual data to encode in the QR-Code
+- scale: A scale factor for the QR code, default is 4
+- width: Width of the QR code in pixels
+- margin: A margin around the QR code
+- error-correction-level: low; medium; quartile; high)
+- center-image: An image to place on top of the qr code (might need a higher error-correction-level)
+
+```yaml
+type: markdown
+content: >-
+
+
+
+
+
+```
+