--- layout: default ---
{% if page.title and page.show_title != false and page.layout != "landingpage" %}
{% assign crumbs = page.url | split: '/' %} {% if crumbs.size > 2 %} {% endif %}

{% if page.title contains "Category:" %} {{ page.title | replace: "-", " " | replace: "Category: ", "" }} {% else %} {% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %} {% endif %}

{% if page.collection == "integrations" %} {% assign active_alert = "" %} {% for alert in site.data.alerts_data %} {% for integration in alert.integrations %} {% if integration.package == page.ha_domain %} {% assign active_alert = alert.alert_url %} {% endif %} {% endfor %} {% endfor %} {% if active_alert != "" %}
There is an active alert for this integration!
LEARN MORE
{% endif %} {% endif %} {% endif %} {{ content }} {% include related.html %} {% include feedback.html %}