Overview
The ZHA panel now allows users to bind multiple devices to groups, simplifying control and capability of smart home setups. This capability enables efficient management of devices, enhancing the overall convenience of home capability.
Benefits
- Easier control of multiple devices with a single command
- Enhanced capability possibilities by grouping devices for synchronized actions
- Streamlined management of smart home devices, reducing clutter and complexity
Intent
This capability is designed to facilitate the binding of various Zigbee devices to user-defined groups within the ZHA panel. The outcome is a more organized and efficient smart home environment, allowing homeowners to execute commands across multiple devices simultaneously.
Preconditions
- Home Assistant installed and configured with ZHA integration.
- Zigbee devices compatible with ZHA.
- User has access to the ZHA panel in Home Assistant.
- Home Assistant installed and configured.
- Integration available and authenticated: UniFi.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner managing their smart home
- Family members adjusting settings for convenience
- Guests who may need to interact with smart home features
Trigger
The capability is triggered when a user selects devices and binds them to a group in the ZHA panel.
Workflow Diagram
flowchart TD
A[User selects devices] -->|bind| B{{Group created?}}
B -->|Yes| C[Devices bound to group]
C --> D[Group control available]
B -->|No| E[Prompt user to try again]
Workflow Description
1. Access ZHA Panel
User navigates to the ZHA panel within their Home Assistant interface.
2. Select Devices
User selects the Zigbee devices they wish to bind to a group for easier control.
3. Create Group
User initiates the group creation process, defining the group name and settings.
4. Bind Devices
User confirms the devices to be bound to the newly created group.
5. Test Group Functionality
User tests the group by sending commands to ensure all devices respond as expected.
Postconditions
Devices are successfully bound to a group, allowing for unified control and capability through the ZHA panel.
Optional Enhancements
- Integrate voice control options for group commands
- Create automated routines that trigger based on group states
- Enable notifications for group activity or status changes
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | UniFi, Zigbee2MQTT | HVAC and Climate Control |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)