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
- Host: GitHub
- URL: https://github.com/gbbirkisson/ha-mqtt
- Owner: gbbirkisson
- License: lgpl-3.0
- Created: 2020-07-05T15:42:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T14:51:24.000Z (almost 5 years ago)
- Last Synced: 2025-05-14T04:33:29.009Z (about 1 year ago)
- Topics: home-assistant, home-automation, homeassistant, mqtt
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).