{% capture domain %}{{ page.ha_supporting_domain | default: page.ha_domain }}{% endcapture %} {% assign active_installations = site.data.analytics_data.integrations[domain] | default: 0 %} {% assign percentage = 100.0 | times: active_installations | divided_by: site.data.analytics_data.reports_integrations | round: 1 %}
{%- if page.logo -%} {%- else -%} {%- endif -%} {%- if page.ha_config_flow and domain -%} {% my config_flow_start badge domain=domain %} {%- elsif page.ha_iot_standard == "zigbee" -%} {%- if page.ha_brand -%} {% my add_zigbee_device badge brand=domain %} {%- elsif domain -%} {% my add_zigbee_device badge domain=domain %} {%- else -%} {% my add_zigbee_device badge %} {%- endif -%} {%- elsif page.ha_iot_standard == "zwave" -%} {%- if page.ha_brand -%} {% my add_zwave_device badge brand=domain %} {%- elsif domain -%} {% my add_zwave_device badge domain=domain %} {%- else -%} {% my add_zwave_device badge %} {%- endif -%} {%- endif -%}
{%- if page.ha_brand -%} The {{ page.title | default: page.name }} brand was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}. {%- else -%} The {{ page.title | default: page.name }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}, and it's used by {% if percentage < 1 %} {{ active_installations }} active installations. {% else %} {{ percentage | remove: ".0" }}% of the active installations. {% endif %} {%- if page.ha_iot_class %} Its IoT class is {{ page.ha_iot_class }} {%- endif -%} {%- if page.ha_quality_scale %} {% if page.ha_iot_class %} and it {% else %} It {% endif %} scores {{page.ha_quality_scale}} on our quality scale {%- endif -%}{%- if page.ha_quality_scale or page.ha_iot_class %}.{%- endif -%} {% endif %}
{% if page.works_with %} {%- for type in page.works_with -%}
Works via {{ type }} with Home assistant
{%- endfor -%} {%- endif -%} {% if page.ha_domain %}
View source on GitHub
View known issues
{%- endif -%} {%- if page.ha_category.first -%}

Categories

{%- endif -%}