Metadata-Version: 2.1
Name: pydeconz
Version: 117
Summary: Python library for communicating with deCONZ REST-API
Author-email: Robert Svensson <Kane610@users.noreply.github.com>
License: MIT
Project-URL: Source Code, https://github.com/Kane610/deconz
Project-URL: Bug Reports, https://github.com/Kane610/deconz/issues
Project-URL: Forum, https://community.home-assistant.io/t/deconz-official-thread/
Keywords: deconz,zigbee,homeassistant
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Home Automation
Requires-Python: >=3.12.0
Description-Content-Type: text/x-rst
Provides-Extra: requirements
Provides-Extra: requirements_test
Provides-Extra: requirements_dev
License-File: LICENSE

deCONZ |Chat Status|
====================
Python library wrapping `deCONZ Rest API`_ for Home-Assistant.

This implementation should cover most devices supported by deCONZ, if that is not the case please create an issue with debug logs and we will get it supported.

Only host address and API key are necessary for normal operations.

**Acknowledgements**
 * Mattias Flodins custom deCONZ component was a great source of inspiration.
 * Maija Vilkina and her blog `Snillevilla`_ has been a huge help in getting deCONZ up and running.
 * Thanks to donnib, dkmh, simonporter007, kroimon, Henrik Nilsson for requesting and verifying functionality!
 * Special thanks to Dresden Elektronik for sponsoring with extra Conbee and Raspbee hardware.

.. |Chat Status| image:: https://img.shields.io/discord/330944238910963714.svg
   :target: https://discord.gg/c6pvg8a
.. _`deCONZ Rest API`: https://dresden-elektronik.github.io/deconz-rest-doc/
.. _`Snillevilla`: https://snillevilla.se/
