Add Third Reality as integration (#24555)

* Add Third Reality as integration

* Update source/_integrations/third_reality.markdown

* Address comments

* Add brand ssidebar
This commit is contained in:
Paulus Schoutsen 2022-10-21 01:40:13 -04:00 committed by GitHub
parent 5ed4c12da7
commit cfd76e8841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 62 additions and 20 deletions

View File

@ -6,36 +6,44 @@
{%- if page.logo -%}
<img src='/images/supported_brands/{{ page.logo }}' />
{%- else -%}
<img src='https://brands.home-assistant.io/_/{{ domain }}/logo.png' srcset='https://brands.home-assistant.io/_/{{ page.ha_domain }}/logo@2x.png 2x' />
<img src='https://brands.home-assistant.io/{% if page.ha_brand %}brands{% else %}_{% endif %}/{{ domain }}/logo.png' srcset='https://brands.home-assistant.io/{% if page.ha_brand %}brands{% else %}_{% endif %}/{{ page.ha_domain }}/logo@2x.png 2x' />
{%- endif -%}
{%- if page.ha_config_flow and domain -%}
{% my config_flow_start badge domain=domain %}
{%- elsif page.ha_iot_standard == "zigbee" -%}
{% my config_zha badge %}
{%- elsif page.ha_iot_standard == "zwave" -%}
{% my config_zwave_js badge %}
{%- endif -%}
</div>
<div class='section'>
The {{ page.name | default: page.title }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }},
and it's used by <a title="Open analytics.home-assistant.io" href="https://analytics.home-assistant.io/#integrations" target="_blank" rel="noopener">
{% if percentage < 1 %}
{{ active_installations }}</a> active installations.
{% else %}
{{ percentage | remove: ".0" }}%</a> of the active installations.
{% endif %}
{%- if page.ha_brand -%}
The {{ page.name | default: page.title }} brand was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}.
{%- else -%}
The {{ page.name | default: page.title }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }},
and it's used by <a title="Open analytics.home-assistant.io" href="https://analytics.home-assistant.io/#integrations" target="_blank" rel="noopener">
{%- if page.ha_iot_class %}
Its IoT class is <a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'>{{ page.ha_iot_class }}</a>
{%- endif -%}
{%- if page.ha_quality_scale %}
{% if page.ha_iot_class %}
and it
{% if percentage < 1 %}
{{ active_installations }}</a> active installations.
{% else %}
It
{{ percentage | remove: ".0" }}%</a> of the active installations.
{% endif %}
scores {{page.ha_quality_scale}} on our <a href='/docs/quality_scale/'>quality scale</a>
{%- endif -%}{%- if page.ha_quality_scale or page.ha_iot_class %}.{%- endif -%}
{%- if page.ha_iot_class %}
Its IoT class is <a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'>{{ page.ha_iot_class }}</a>
{%- endif -%}
{%- if page.ha_quality_scale %}
{% if page.ha_iot_class %}
and it
{% else %}
It
{% endif %}
scores {{page.ha_quality_scale}} on our <a href='/docs/quality_scale/'>quality scale</a>
{%- endif -%}{%- if page.ha_quality_scale or page.ha_iot_class %}.{%- endif -%}
{% endif %}
</div>
{% if page.works_with %}

View File

@ -43,7 +43,6 @@ ha_platforms:
- siren
- switch
- update
ha_zeroconf: true
ha_supporting_domain: zwave_js
ha_supporting_integration: Z-Wave
---

View File

@ -0,0 +1,35 @@
---
title: Third Reality
description: Connect and control your Third Reality Zigbee devices using the Zigbee integration
ha_release: '2022.10'
ha_iot_class: Local Push
ha_config_flow: true
ha_category:
- Cover
- Switch
- Binary Sensor
- Sensor
- Button
ha_domain: third_reality
ha_integration_type: integration
works_with:
- zigbee
ha_platforms:
- binary_sensor
- button
- sensor
- switch
- cover
ha_iot_standard: zigbee
ha_brand: true
---
[Third Reality](https://3reality.com) is a member of the Works with Home Assistant partner program for their Zigbee products. Third Reality is committed to making sure their products are up-to-date and ready to use in Home Assistant.
Third Reality Zigbee devices work locally and integrate seamlessly with the Zigbee integration in Home Assistant (Zigbee stick required).
To add Third Reality products, pair them as Zigbee devices:
{% my config_zha badge %}
[Learn more about Zigbee in Home Assistant.](/integrations/zha)