Skip to content

Commit

Permalink
version 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harriedegroot committed May 14, 2021
1 parent 85e788c commit 4a6e262
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@
},
"3.5.4": {
"en": "MQTT Device improvements"
},
"3.5.5": {
"en": "MQTT Device improvements"
}
}
5 changes: 4 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## Change Log

#### 3.5.5
- Resolved an issue for boolean handling in output templates

#### 3.5.4
MQTT Device:
- Selected icon styling improvements
- Prevent calling the set topic for state changes from mqtt
- Resolved a parsing error for string messages send to topics with an output template
- mathJS equality expression fix for comparing strings in value tempplates
- MathJS equality expression fix for comparing strings in value templates

#### 3.5.3
- MQTT Device: mimetype fix for uploading SVG icons
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nl.hdg.mqtt",
"version": "3.5.4",
"version": "3.5.5",
"compatibility": ">=5.0.0",
"sdk": 3,
"brandColor": "#103b7a",
Expand Down

0 comments on commit 4a6e262

Please sign in to comment.