diff --git a/.homeychangelog.json b/.homeychangelog.json index d5996d9..4bb74cc 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -172,5 +172,8 @@ }, "1.6.18": { "en": "Add support for NFC Card Reader and UniFi Access integration with the Doorbell G4 Pro" + }, + "1.6.19": { + "en": "Feature: Add support for enable status led and sound for camera and doorbell" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 5f46466..925fa57 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -38,7 +38,7 @@ "security", "video" ], - "version": "1.6.18", + "version": "1.6.19", "compatibility": ">=5.0.0", "author": { "name": "Stèphan Eizinga", diff --git a/app.json b/app.json index 7a9ede1..667fa87 100644 --- a/app.json +++ b/app.json @@ -39,7 +39,7 @@ "security", "video" ], - "version": "1.6.18", + "version": "1.6.19", "compatibility": ">=5.0.0", "author": { "name": "Stèphan Eizinga",