From 38103c586ef98165cba13a9cfd446b088133e71a Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Thu, 29 May 2025 09:32:49 -0400 Subject: [PATCH] additional fixes to the cooling tracker AC filter changing. #273 --- config/packages/climate.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index f4db0ab4..8cd4f36b 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -13,7 +13,8 @@ sensor: - platform: history_stats name: Upstairs AC Runtime Since Last Filter Change entity_id: climate.upstairs - state: 'cooling' + attribute: hvac_action + value: 'cooling' type: time start: "{{ states('input_datetime.upstairs_last_filter_change') }}" end: "{{ now() }}" @@ -21,7 +22,8 @@ sensor: - platform: history_stats name: Downstairs AC Runtime Since Last Filter Change entity_id: climate.downstairs - state: 'cooling' + attribute: hvac_action + value: 'cooling' type: time start: "{{ states('input_datetime.downstairs_last_filter_change') }}" end: "{{ now() }}"