diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html
index 1d1b118210f..0d714b0628e 100644
--- a/source/_includes/asides/component_navigation.html
+++ b/source/_includes/asides/component_navigation.html
@@ -75,3 +75,39 @@
{%- endif -%}
+
+Code owners
+ {% if page.ha_codeowners %}
+ {% assign ha_project = false %}
+ {% for codeowner in page.ha_codeowners %}
+ {% if codeowner contains "@home-assistant/" %}
+ {% assign ha_project = true %}
+ {% endif %}
+ {% endfor %}
+
+ {% if ha_project %}
+
+
+ {%- endfor -%}
+
+ If you are a developer and would like to help, feel free to contribute!
+
- Support for these integrations is provided by the Home Assistant community. -