From cfdef08e7e28747faadd0b4f5c72b6cb74b0b261 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 25 Jun 2025 15:40:45 +0200 Subject: [PATCH] Add Zooz integration page (#39709) --- source/_integrations/zooz.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/_integrations/zooz.markdown diff --git a/source/_integrations/zooz.markdown b/source/_integrations/zooz.markdown new file mode 100644 index 00000000000..0df6f0daae9 --- /dev/null +++ b/source/_integrations/zooz.markdown @@ -0,0 +1,20 @@ +--- +title: Zooz +description: Connect and control your Zooz Z-Wave series devices using the Z-Wave integration +ha_release: '2025.7' +ha_iot_class: Local Push +ha_category: + - Lock +ha_domain: zooz +ha_integration_type: brand +ha_platforms: + - lock +ha_iot_standard: zwave +ha_brand: true +--- + +Zooz Z-Wave devices work locally and integrate seamlessly with the Z-Wave integration in Home Assistant (Z-Wave stick required). As all connectivity is happening locally, status updates and controlling your devices happen instantly in Home Assistant. + +{% my add_zwave_device badge domain=page.ha_domain %} + +[Learn more about Z-Wave in Home Assistant.](/integrations/zwave_js/)