From 5de8df2b2e3856914e484db80acafd6dcc8bf771 Mon Sep 17 00:00:00 2001 From: ttrabatt Date: Sun, 20 Jul 2025 19:20:01 +0200 Subject: [PATCH] Added button for opening the cancelletto --- .HA_VERSION | 2 +- automations.yaml | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.HA_VERSION b/.HA_VERSION index 9c0cd24..8f20875 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2025.5.2 \ No newline at end of file +2025.7.2 \ No newline at end of file diff --git a/automations.yaml b/automations.yaml index 9bbd6ae..e4ef778 100644 --- a/automations.yaml +++ b/automations.yaml @@ -123,4 +123,29 @@ device_id: d5b217920e2f4fe83e0496257b27e39c use_sun: false dont_disturb: false - no_presence_wait: 120 + no_presence_wait: 240 +- id: '1753031203413' + alias: Apri-Cancelletto + description: '' + triggers: + - trigger: state + entity_id: + - input_button.apri_cancelletto + conditions: [] + actions: + - action: switch.turn_on + metadata: {} + data: {} + target: + device_id: 4a76297a493304816b1084c6979f4801 + - delay: + hours: 0 + minutes: 0 + seconds: 0 + milliseconds: 200 + - action: switch.turn_off + metadata: {} + data: {} + target: + device_id: 4a76297a493304816b1084c6979f4801 + mode: single