From 25af8612c521e6e99b126073b9cdaa24fd7d552f Mon Sep 17 00:00:00 2001 From: bobvandevijver Date: Thu, 12 Sep 2024 15:33:39 +0000 Subject: [PATCH] Update Homey App Version to v1.3.2 --- .homeychangelog.json | 3 +++ .homeycompose/app.json | 2 +- app.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index d22d19d..7e2a9ac 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -61,5 +61,8 @@ }, "1.3.1": { "en": "Fix light device migration from older app versions, fix fan add when specifications are missing." + }, + "1.3.2": { + "en": "Ensure capability values are updated when scaling is changed, add missing child lock flow card to fan and socket devices." } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 185c6ab..6516d93 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.tuya", - "version": "1.3.1", + "version": "1.3.2", "compatibility": ">=12.0.1", "brandColor": "#FF4800", "sdk": 3, diff --git a/app.json b/app.json index 7a9fdb6..04adb6d 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "com.tuya", - "version": "1.3.1", + "version": "1.3.2", "compatibility": ">=12.0.1", "brandColor": "#FF4800", "sdk": 3,