Metadata-Version: 2.1
Name: mqtt-hass-base
Version: 4.2.5
Summary: Bases to build mqtt daemon compatible with Home Assistant
Home-page: https://gitlab.com/ttblt-oss/hass/mqtt-hass-base
Author-email: Thibault Cohen <titilambert@gmail.com>
License: Apache-2.0
Project-URL: Source Code, https://gitlab.com/ttblt-oss/hass/mqtt_hass_base
Project-URL: Bug Reports, https://gitlab.com/ttblt-oss/hass/mqtt-hass-base/-/issues
Project-URL: Home-page, https://gitlab.com/ttblt-oss/hass/mqtt_hass_base
Keywords: homeassistant,mqtt,lib
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: homeassistant (==2023.12.3)
Requires-Dist: aiomqtt (==1.2.1)

# MQTT HASS BASE

Small python lib to create quickly daemons which interact with HomeAssistant through MQTT.

[![Latest Release](https://gitlab.com/ttblt-hass/mqtt-hass-base/-/badges/release.svg)](https://gitlab.com/ttblt-hass/mqtt-hass-base/-/releases)
[![pipeline status](https://gitlab.com/ttblt-hass/mqtt-hass-base/badges/master/pipeline.svg)](https://gitlab.com/ttblt-hass/mqtt-hass-base/-/commits/master)
[![coverage report](https://gitlab.com/ttblt-hass/mqtt-hass-base/badges/master/coverage.svg)](https://gitlab.com/ttblt-hass/mqtt-hass-base/-/commits/master)

## Documentation

**TODO**
