Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for the new zha library #131

Closed
wants to merge 3 commits into from
Closed
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
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
# zha
Zigbee Home Automation

ZHA is a high-level Zigbee Gateway library written in Python and depends on the [zigpy](https://github.com/zigpy/zigpy) project + all of its libraries.

The zha library is meant to be used by application-level implementations such as the [Zigbee Home Automation integration)](https://www.home-assistant.io/integrations/zha/) in Home Assistant.

Others could potentially also use it to create stand-alone Zigbee Gateway applications or externally by other types of Zigbee host applications.

For more development documentation/information and discussion between developers please see the main zigpy repository:

- https://github.com/zigpy/zigpy
- https://github.com/zigpy/zigpy/blob/dev/CONTRIBUTING.md
- https://github.com/zigpy/zigpy/discussions
- https://github.com/zigpy/zigpy/wiki

# zha release packages available via PyPI

New packages of tagged versions are also released via the "zha" project on PyPI
- https://pypi.org/project/zha/
- https://pypi.org/project/zha/#history
- https://pypi.org/project/zha/#files

# Related projects

The Zigpy organization and its associated libraries implement a complete Zigbee framework written in Python, allowing you to create your own Zigbee gateway applications. It encompasses a standard Zigbee stack, radio libraries, basic device communication libraries, and application-level code to communicate and control off-the-shelf Zigbee devices.

- https://github.com/zigpy

zigpy organization's projects/libraries that are extra important for developers that are new to ZHA:

- https://github.com/zigpy/zha-device-handlers/ (high-level custom Zigbee device handlers, also referred to as "quirks" for ZHA).
- https://github.com/zigpy/zigpy (low-level hardware independent standard Zigbee protocol stack implemented as a Python library).
- https://github.com/zigpy/zigpy-cli (a unified low-level command line interface for all zigpy compatible radio libraries).




Loading