Add fan time stats

This commit is contained in:
2023-04-19 20:04:54 -04:00
parent 8f68265485
commit ad2735d414

View File

@ -325,5 +325,29 @@
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Master Bedroom Fan Time
entity_id: fan.master_bedroom_fan
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Kallen Fan Time
entity_id: fan.kallen_bedroom_fan
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Basement Fan Time
entity_id: fan.basement_fan
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24