add option to disable auto-reclose on blinds

This commit is contained in:
Ranlvor 2022-10-29 13:14:46 +02:00
parent eb7d1f7c5d
commit c2ed2fd37a
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -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: {