We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1514389 commit 8c6917cCopy full SHA for 8c6917c
fastlane/metadata/android/en-US/changelogs/14.txt
@@ -0,0 +1,4 @@
1
+- Adds support for Home Assistant discovery messages.
2
+- Updates the Home Assistant payload to use `default(none)` for missing sensor values.
3
+- Refactors the MQTT connection process for improved robustness.
4
+- Sets MQTT messages to be retained, ensuring accurate sensor reporting in clients like Home Assistant.
src/app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "com.health.openscale.sync"
10
minSdkVersion 29
11
targetSdkVersion 36
12
- versionCode 13
13
- versionName "0.4.3"
+ versionCode 14
+ versionName "0.4.4"
14
archivesBaseName = "openScale-sync-$versionName"
15
multiDexEnabled true
16
}
0 commit comments