This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Releases: ChristianKuehnel/plantgateway
Releases · ChristianKuehnel/plantgateway
Upgrade to miflora 0.6
v0.7.0 bumped version number to 0.7.0
fixed Python 3.4 support
v0.6.1 adde dependency for Python 3.4
Added support for HomeAssistant MQTT Discovery
This releases addes support or MQTT Discovery in HomeAssistant. To enable this, you have to add the new discovery_prefix
parameter in the mqtt
section to your .plant_gw.yaml
configuration file:
mqtt:
# If this is enabled, plantgateway will announce all plants via the MQTT Discovery
# feature of Home Assistant in this MQTT prefix. For details see:
# https://www.home-assistant.io/docs/mqtt/discovery/
discovery_prefix: homeassistant
For details see: https://www.home-assistant.io/docs/mqtt/discovery/
Fixed Issues:
fixed loglevel in console output
Now debug:
option in config file is also used when logging to console output
bugfix for fail silent
Fixed problem that return code was non-zero even for "fail silent" devices
Bluetooth interface can now be configured.
- Added parameter "inerface:" to config file
- incremented version number
- updated documentation, announcing release via pypi
updated bluepy version
0.3.8 fixed lint warnings