From 8cea5a280b3c9fade44da6292d64e4ba1add2c82 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sat, 14 Feb 2026 11:24:45 -0500 Subject: [PATCH] Update HA version to 2026.2.2 and comment out unused condition in garadget.yaml automation. --- config/.HA_VERSION | 2 +- config/packages/garadget.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 0f759855..62ba7b51 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2026.2.1 \ No newline at end of file +2026.2.2 \ No newline at end of file diff --git a/config/packages/garadget.yaml b/config/packages/garadget.yaml index 32a4d2aa..6124ffd2 100755 --- a/config/packages/garadget.yaml +++ b/config/packages/garadget.yaml @@ -93,9 +93,9 @@ automation: - condition: state entity_id: cover.large_garage_door state: 'closed' - - condition: state - entity_id: group.bed - state: 'off' + # - condition: state + # entity_id: group.bed + # state: 'off' - condition: state entity_id: group.family state: 'home'