Metadata-Version: 2.4
Name: zha
Version: 2.0.0+apexos.1
Summary: Hardware-independent Zigbee gateway library (ZHA)
Author-email: "David F. Mulcahey" <david.mulcahey@icloud.com>
License: Apache-2.0
Project-URL: repository, https://github.com/zigpy/zha
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs
Requires-Dist: frozendict
Requires-Dist: bellows==0.49.2
Requires-Dist: zigpy-znp==1.1.0
Requires-Dist: zigpy-deconz==0.25.5
Requires-Dist: zigpy-xbee==0.21.1
Requires-Dist: zigpy-zigate==0.14.0
Requires-Dist: zigpy-ziggurat==1.0.1
Requires-Dist: zigpy==2.0.0
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: coloredlogs; extra == "testing"
Requires-Dist: python-slugify; extra == "testing"
Dynamic: license-file

# Zigbee Home Automation (ZHA)

[![CI](https://github.com/zigpy/zha/actions/workflows/ci.yml/badge.svg)](https://github.com/zigpy/zha/actions/workflows/ci.yml)
[![Coverage Status](https://codecov.io/gh/zigpy/zha/branch/dev/graph/badge.svg)](https://app.codecov.io/gh/zigpy/zha/tree/dev)
[![python](https://img.shields.io/badge/Python-3.12-3776AB.svg?logo=python)](https://www.python.org)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![PyPI version](https://badge.fury.io/py/zha.svg)](https://badge.fury.io/py/zha)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-yellow.svg)](https://opensource.org/license/apache-2-0)


ZHA is a versatile and hardware-independent Zigbee gateway implementation, designed to replace proprietary Zigbee gateways, bridges, hubs, and controllers. With ZHA, you can create a unified Zigbee network, allowing you to easily pair and connect a wide range of Zigbee-based devices for home automation and lighting.

## Key Features

- **Hardware Independence:** ZHA is not tied to any specific hardware, giving you the freedom to choose the Zigbee radio that best suits your needs.
- **Compatibility:** ZHA supports a vast array of Zigbee-based devices, ensuring seamless integration with popular home automation and lighting solutions.
- **Unified Zigbee Network:** By utilizing ZHA, you can establish a single Zigbee network, simplifying device management and enhancing interoperability.
- **Low-Bandwidth Communication:** Zigbee operates on a low-bandwidth communication protocol, utilizing small, low-power digital radios to connect devices within local Zigbee wireless private area networks.

## License

ZHA is released under the [Apache 2.0 License](https://opensource.org/license/apache-2-0). Please refer to the LICENSE file for more details
