Skip to content

Commit

Permalink
v. 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-demydiuk committed Aug 27, 2022
1 parent b0115af commit 2585929
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v3.1
- Invert blind on/off behavior
- Support combined temp, hum, baro sensors
- zigbee2mqtt 1.20.0+ support

Breaking changes
- Switched to the new DomoticzEx API that requires at least Domoticz 2022.1 and allows plugin to support more than 255 logical devices. Migration from 3.0 should be smooth in most cases but for some cases may require fresh plugin install.

New device features support:
- action_code
- action_transaction
- action_zone
- buzzer_feedback
- formaldehyd
- last_valve_open_duration
- led_feedback
- local_temperature_calibration
- pi_heating_demand
- power_outage_count
- radiation_dose_per_hour
- radioactive_events_per_minute
- sensors_count
- voc
- water_consumed

## v3.0
- Add Universal Adapter
- Ability to disable link quality and battery devices
Expand Down
4 changes: 2 additions & 2 deletions plugin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="3.1.0-beta">
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="3.1.0">
<description>
<h2>Zigbee2MQTT Plugin (v. 3.1.0-beta)</h2>
<h2>Zigbee2MQTT Plugin (v. 3.1.0)</h2>
<p>Plugin to add support for <a href="https://github.com/Koenkk/zigbee2mqtt">zigbee2mqtt</a> project</p>
<h3>Features</h3>
<ul style="list-style-type:square">
Expand Down

0 comments on commit 2585929

Please sign in to comment.