From c2ed2fd37ad9908a8c60c660e7ce11e23ca3483b Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 29 Oct 2022 13:14:46 +0200 Subject: [PATCH] add option to disable auto-reclose on blinds --- config/uwap-home/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index 8733a07..ad90e79 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -318,6 +318,8 @@ const config: Config = { ...topicZigbeeNumber("officeBlindLeft", "blinds_office_left", "position"), ...topicZigbeeNumber("officeBlindRight", "blinds_office_right", "position"), + ...topicHomeBoolean("officeBlindsVirtualZero", "office-blinds-virtual-zero-position", + true), ...topicTasmota("speakerOffice", "sonoff-office-speaker"), ...topicHomeBoolean("officeSwitchPollingActive", "switch/office/polling", @@ -703,6 +705,12 @@ const config: Config = { { value: 69, label: "Meow" } ] }, + { + type: "toggle", + topic: "officeBlindsVirtualZero", + text: "Hide Holes Mode", + icon: svg(icons.mdiBlindsOpen) + } ], }, officeFan: {