From cfd76e8841694e659eecd27c46e09c3286be083c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 21 Oct 2022 01:40:13 -0400 Subject: [PATCH] Add Third Reality as integration (#24555) * Add Third Reality as integration * Update source/_integrations/third_reality.markdown * Address comments * Add brand ssidebar --- .../asides/component_navigation.html | 46 +++++++++++-------- source/_integrations/leviton_z_wave.markdown | 1 - source/_integrations/third_reality.markdown | 35 ++++++++++++++ 3 files changed, 62 insertions(+), 20 deletions(-) create mode 100644 source/_integrations/third_reality.markdown diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index 70efd1523da..165493b98a5 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -6,36 +6,44 @@ {%- 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" -%} + {% my config_zha badge %} + {%- elsif page.ha_iot_standard == "zwave" -%} + {% my config_zwave_js badge %} {%- endif -%}
- 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 - - {% if percentage < 1 %} - {{ active_installations }} active installations. - {% else %} - {{ percentage | remove: ".0" }}% 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 - {%- 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 + {% if percentage < 1 %} + {{ active_installations }} active installations. {% else %} - It + {{ percentage | remove: ".0" }}% of the active installations. {% endif %} - scores {{page.ha_quality_scale}} on our quality scale - {%- endif -%}{%- if page.ha_quality_scale or page.ha_iot_class %}.{%- 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 %} diff --git a/source/_integrations/leviton_z_wave.markdown b/source/_integrations/leviton_z_wave.markdown index 8469d2e9396..94d1ffd7694 100644 --- a/source/_integrations/leviton_z_wave.markdown +++ b/source/_integrations/leviton_z_wave.markdown @@ -43,7 +43,6 @@ ha_platforms: - siren - switch - update -ha_zeroconf: true ha_supporting_domain: zwave_js ha_supporting_integration: Z-Wave --- diff --git a/source/_integrations/third_reality.markdown b/source/_integrations/third_reality.markdown new file mode 100644 index 00000000000..14752468dd3 --- /dev/null +++ b/source/_integrations/third_reality.markdown @@ -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)