Metadata-Version: 2.4
Name: airzone-mqtt
Version: 0.0.1
Summary: Library to control Airzone MQTT devices
Author-email: Álvaro Fernández Rojas <noltari@gmail.com>
Project-URL: Homepage, https://github.com/Noltari/airzone-mqtt
Project-URL: Bug Tracker, https://github.com/Noltari/airzone-mqtt/issues
Keywords: airzone,hvac,home,mqtt
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Home Automation
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# airzone-mqtt
[![Latest Version][mdversion-button]][md-pypi]
[![Python Versions][pyversion-button]][md-pypi]
[![License: Apache 2.0][apache-button]](LICENSE)

[apache-button]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[md-pypi]: https://pypi.org/project/airzone-mqtt
[mdversion-button]: https://img.shields.io/pypi/v/airzone-mqtt.svg
[pyversion-button]: https://img.shields.io/pypi/pyversions/airzone-mqtt.svg

Python library to control Airzone MQTT devices.

## Requirements
- Python >= 3.12

## Install
```bash
pip install airzone-mqtt
```

## Install from Source
Run the following command inside this folder
```bash
pip install --upgrade .
```

## Examples
Examples can be found in the `examples` folder
