An open API service indexing awesome lists of open source software.

https://github.com/gbbirkisson/ha-mqtt

A small python library to create Home Assistant components with MQTT
https://github.com/gbbirkisson/ha-mqtt

home-assistant home-automation homeassistant mqtt

Last synced: 2 months ago
JSON representation

A small python library to create Home Assistant components with MQTT

Awesome Lists containing this project

README

          


ha-mqtt

A library for creating MQTT components for [Home Assistant](https://www.home-assistant.io/). Used in my [PID controller project](https://github.com/gbbirkisson/hass-pid-thermostat/).

- [Setup](#setup)
- [Usage](#usage)

## Setup

Add library to requirements file:

> **_NOTE:_** Change the hash to point to your desired version.

```
git+https://github.com/gbbirkisson/ha-mqtt.git@738da5d1df70747e3946a0372c45d3d65bd34c5a#egg=ha_mqtt
```

## Usage

See usage in [unit tests](./tests) and my [PID controller project](https://github.com/gbbirkisson/hass-pid-thermostat/).