From c6c418c9ade6263e3e46ccdd92eebece7396dc16 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 19 Jul 2024 15:56:48 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20automation:=20close=20office=20blin?= =?UTF-8?q?ds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .HA_VERSION | 2 +- automations/office/blinds.yaml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 automations/office/blinds.yaml diff --git a/.HA_VERSION b/.HA_VERSION index 475fd62..dc87a07 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2023.9.2 \ No newline at end of file +2024.7.3 \ No newline at end of file diff --git a/automations/office/blinds.yaml b/automations/office/blinds.yaml new file mode 100644 index 0000000..2047c36 --- /dev/null +++ b/automations/office/blinds.yaml @@ -0,0 +1,15 @@ +- id: '1710275740260' + alias: Close office blinds + description: '' + trigger: + - platform: sun + event: sunset + offset: 0 + condition: [] + action: + - service: cover.close_cover + metadata: {} + data: {} + target: + area_id: office + mode: single