Skip to content

Commit 2585929

Browse files
committed
v. 3.1.0
1 parent b0115af commit 2585929

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v3.1
4+
- Invert blind on/off behavior
5+
- Support combined temp, hum, baro sensors
6+
- zigbee2mqtt 1.20.0+ support
7+
8+
Breaking changes
9+
- 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.
10+
11+
New device features support:
12+
- action_code
13+
- action_transaction
14+
- action_zone
15+
- buzzer_feedback
16+
- formaldehyd
17+
- last_valve_open_duration
18+
- led_feedback
19+
- local_temperature_calibration
20+
- pi_heating_demand
21+
- power_outage_count
22+
- radiation_dose_per_hour
23+
- radioactive_events_per_minute
24+
- sensors_count
25+
- voc
26+
- water_consumed
27+
328
## v3.0
429
- Add Universal Adapter
530
- Ability to disable link quality and battery devices

plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="3.1.0-beta">
2+
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="3.1.0">
33
<description>
4-
<h2>Zigbee2MQTT Plugin (v. 3.1.0-beta)</h2>
4+
<h2>Zigbee2MQTT Plugin (v. 3.1.0)</h2>
55
<p>Plugin to add support for <a href="https://github.com/Koenkk/zigbee2mqtt">zigbee2mqtt</a> project</p>
66
<h3>Features</h3>
77
<ul style="list-style-type:square">

0 commit comments

Comments
 (0)