Skip to content

Commit a5c378c

Browse files
Stanislav DemidyukStanislav Demidyuk
authored andcommitted
v. 0.0.15
1 parent c479319 commit a5c378c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
.vscode

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## master
3+
## 0.0.15
44
- Handle switch state change for PushOnButton
55
- Added Domoticz devices to represent Xiaomi Cube rotation angle and current side
66
- Added Domoticz devices to represent temperature, humidity and pressure in one device
7+
- Added auth support for connection to MQTT server
78

89
New devices:
910
- Commercial Electric Matte White Recessed Retrofit Smart Led Downlight - 4 Inch

plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="0.0.14">
2+
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="0.0.15">
33
<description>
44
Plugin to add support for <a href="https://github.com/Koenkk/zigbee2mqtt">zigbee2mqtt</a> project<br/><br/>
55
Specify MQTT server and port.<br/>

0 commit comments

Comments
 (0)