mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-06-14 11:51:41 +00:00
additional fixes to the cooling tracker AC filter changing. #273
This commit is contained in:
parent
30c9b3e193
commit
38103c586e
@ -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() }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user