mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
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:
parent
5ed4c12da7
commit
cfd76e8841
@ -6,36 +6,44 @@
|
|||||||
{%- if page.logo -%}
|
{%- if page.logo -%}
|
||||||
<img src='/images/supported_brands/{{ page.logo }}' />
|
<img src='/images/supported_brands/{{ page.logo }}' />
|
||||||
{%- else -%}
|
{%- 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 -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{%- if page.ha_config_flow and domain -%}
|
{%- if page.ha_config_flow and domain -%}
|
||||||
{% my config_flow_start badge domain=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 -%}
|
{%- endif -%}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='section'>
|
<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" }},
|
{%- if page.ha_brand -%}
|
||||||
and it's used by <a title="Open analytics.home-assistant.io" href="https://analytics.home-assistant.io/#integrations" target="_blank" rel="noopener">
|
The {{ page.name | default: page.title }} brand was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}.
|
||||||
|
{%- else -%}
|
||||||
{% if percentage < 1 %}
|
The {{ page.name | default: page.title }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }},
|
||||||
{{ active_installations }}</a> active installations.
|
and it's used by <a title="Open analytics.home-assistant.io" href="https://analytics.home-assistant.io/#integrations" target="_blank" rel="noopener">
|
||||||
{% else %}
|
|
||||||
{{ percentage | remove: ".0" }}%</a> of the active installations.
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if page.ha_iot_class %}
|
{% if percentage < 1 %}
|
||||||
Its IoT class is <a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'>{{ page.ha_iot_class }}</a>
|
{{ active_installations }}</a> active installations.
|
||||||
{%- endif -%}
|
|
||||||
|
|
||||||
{%- if page.ha_quality_scale %}
|
|
||||||
{% if page.ha_iot_class %}
|
|
||||||
and it
|
|
||||||
{% else %}
|
{% else %}
|
||||||
It
|
{{ percentage | remove: ".0" }}%</a> of the active installations.
|
||||||
{% endif %}
|
{% 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>
|
</div>
|
||||||
|
|
||||||
{% if page.works_with %}
|
{% if page.works_with %}
|
||||||
|
@ -43,7 +43,6 @@ ha_platforms:
|
|||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
- update
|
- update
|
||||||
ha_zeroconf: true
|
|
||||||
ha_supporting_domain: zwave_js
|
ha_supporting_domain: zwave_js
|
||||||
ha_supporting_integration: Z-Wave
|
ha_supporting_integration: Z-Wave
|
||||||
---
|
---
|
||||||
|
35
source/_integrations/third_reality.markdown
Normal file
35
source/_integrations/third_reality.markdown
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user