Skip to content

Commit

Permalink
Update Homey App Version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent db1e677 commit ad8897b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
},
"1.2.3": {
"en": "Improve relay_status handling, add device specification to all device types"
},
"1.3.0": {
"en": "Add siren and climate sensor device support. Reworked fan device support. Add additional heater and dimmer device types. Added tamper alarm and battery percentage to sensors. Added manual alarm reset setting for contact/motion sensors. Added datapoint support to advanced flow cards. Improve status value scaling, correct scaling factors should be detected automatically and are customisable in the device settings. And several other smaller bugfixes and improvements."
}
}
4 changes: 2 additions & 2 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.tuya",
"version": "1.2.3",
"version": "1.3.0",
"compatibility": ">=12.0.1",
"brandColor": "#FF4800",
"sdk": 3,
Expand Down Expand Up @@ -306,4 +306,4 @@
},
"support": "https://homey.app/support",
"source": "https://github.com/athombv/com.tuya"
}
}
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.tuya",
"version": "1.2.3",
"version": "1.3.0",
"compatibility": ">=12.0.1",
"brandColor": "#FF4800",
"sdk": 3,
Expand Down

0 comments on commit ad8897b

Please sign in to comment.