Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions source/_integrations/zooz.markdown
Original file line number Diff line number Diff line change
@@ -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
---
Comment on lines +1 to +14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

YAML front-matter order doesn’t follow the mandated template

source/_integrations/* pages must keep the exact key order defined by the brand-page template.
Please reorder the keys (and keep the 2-space indents for list items) to avoid the build bot rejecting the page.

Typical order for a brand page:

title
description
ha_release
ha_integration_type
ha_iot_standard
ha_domain
ha_iot_class
ha_category
ha_platforms
ha_brand
🤖 Prompt for AI Agents
In source/_integrations/zooz.markdown lines 1 to 14, the YAML front-matter keys
are not in the mandated order required by the brand-page template. Reorder the
keys to follow this exact sequence: title, description, ha_release,
ha_integration_type, ha_iot_standard, ha_domain, ha_iot_class, ha_category,
ha_platforms, ha_brand, while preserving the 2-space indentation for list items.


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/)