From 47ec4b4fde3833ad29e3c95ae38ca564bc45dd93 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 9 Jun 2025 16:51:29 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20moving=20some=20things=20around?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .HA_VERSION | 2 +- automations/office/blinds.yaml | 22 +++++++++++----------- packages/group.yaml | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.HA_VERSION b/.HA_VERSION index 26ed8f1..632e715 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2025.2.5 \ No newline at end of file +2025.5.3 \ No newline at end of file diff --git a/automations/office/blinds.yaml b/automations/office/blinds.yaml index 2047c36..8b9701b 100644 --- a/automations/office/blinds.yaml +++ b/automations/office/blinds.yaml @@ -1,15 +1,15 @@ -- id: '1710275740260' - alias: Close office blinds - description: '' +- id: "1710275740260" + alias: Close lab blinds + description: "" trigger: - - platform: sun - event: sunset - offset: 0 + - platform: sun + event: sunset + offset: 0 condition: [] action: - - service: cover.close_cover - metadata: {} - data: {} - target: - area_id: office + - service: cover.close_cover + metadata: {} + data: {} + target: + area_id: lab mode: single diff --git a/packages/group.yaml b/packages/group.yaml index 9da9160..d74f9a0 100644 --- a/packages/group.yaml +++ b/packages/group.yaml @@ -1,7 +1,7 @@ cover: - platform: group - unique_id: "office_blinds" - name: "Office Blinds" + unique_id: "lab_blinds" + name: "Lab Blinds" entities: - - cover.office_blinds_left_cover - - cover.office_blinds_right_cover + - cover.lab_blinds_left_cover + - cover.lab_blinds_right_cover