From 40011e8a41fd189178c7fd294baa2bf440f9b4cd Mon Sep 17 00:00:00 2001 From: Miranda-GB Date: Mon, 20 Jan 2025 18:17:38 +0000 Subject: [PATCH] Add Matter badge to Third Reality (#37021) Co-authored-by: Joost Lekkerkerker --- source/_integrations/third_reality.markdown | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/source/_integrations/third_reality.markdown b/source/_integrations/third_reality.markdown index 29d4db226a1..46039115399 100644 --- a/source/_integrations/third_reality.markdown +++ b/source/_integrations/third_reality.markdown @@ -7,28 +7,39 @@ ha_category: - Cover - Switch - Binary sensor + - Light - Sensor - Button ha_domain: third_reality ha_integration_type: integration works_with: - zigbee + - matter ha_platforms: - binary_sensor - button + - light - sensor - switch - cover -ha_iot_standard: zigbee +ha_iot_standard: + - zigbee + - matter 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](https://3reality.com) is a member of the Works with Home Assistant partner program for their Zigbee and Matter 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: +To add Third Reality products, pair them as Zigbee or Matter devices, depending on which you have purchased: {% my add_zigbee_device badge brand=page.ha_domain %} [Learn more about Zigbee in Home Assistant.](/integrations/zha/) + +Third Reality Matter devices work locally and integrate seamlessly with the Matter integration in Home Assistant. As all connectivity is happening locally, status updates and controlling your devices happen instantly in Home Assistant. + +{% my add_matter_device badge domain=page.ha_domain %} + +[Learn more about Matter in Home Assistant.](/integrations/matter/)