diff --git a/source/_layouts/page.html b/source/_layouts/page.html index 7d320b83a06..4f48025c360 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -19,18 +19,20 @@ layout: default {% endif %} {% endfor %} {% endfor %} - {% if active_alert != "" %} -
- - -
There is an active alert for this integration!
-
LEARN MORE
-
-
+ {% unless page.url contains "/integrations/hassio" %} + {% if active_alert != "" %} +
+ + +
There is an active alert for this integration!
+
LEARN MORE
+
+
+ {% endif %} + {% endunless %} {% endif %} - {% endif %}
{% endif %} {{ content }}