Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0 to include @ha-enthus1ast's cover support

Signed-off-by: Joe Block <[email protected]>
  • Loading branch information
unixorn committed Nov 26, 2023
1 parent f76aa41 commit 1e60f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/unixorn/ha-mqtt-discoverable/main.svg)](https://github.com/unixorn/ha-mqtt-discoverable)
[![Downloads](https://static.pepy.tech/badge/ha-mqtt-discoverable)](https://pepy.tech/project/ha-mqtt-discoverable)

A python 3 module that takes advantage of Home Assistant's MQTT discovery protocol to create sensors without having to define anything on the HA side.
A Python 3 module that takes advantage of Home Assistant's [MQTT discovery protocol](https://www.home-assistant.io/integrations/mqtt/#mqtt-discovery) to create sensors without having to define anything on the HA side.

Using MQTT discoverable devices lets us add new sensors and devices to HA without having to restart HA. The `ha-mqtt-discoverable-cli` module includes scripts to make it easy to create discoverable devices from the command line if you don't want to bother writing python.
Using MQTT discoverable devices lets us add new sensors and devices to HA without having to restart HA. The `ha-mqtt-discoverable-cli` module includes scripts to make it easy to create discoverable devices from the command line if you don't want to bother writing Python.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down Expand Up @@ -54,14 +54,14 @@ The following Home Assistant entities are currently implemented:

- Binary sensor
- Button
- Cover
- Device
- Device trigger
- Light
- Number
- Sensor
- Switch
- Text
- Light
- Cover

Each entity can associated to a device. See below for details.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ha-mqtt-discoverable"
version = "0.12.0"
version = "0.13.0"
description = ""
authors = ["Joe Block <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1e60f7e

Please sign in to comment.