Why can’t I use this attribute: fan in history_stats but I can use it in an Automation?
- platform: history_stats
name: AC West Dialy Ontime
entity_id: climate.west_wing
attribute: fan
state: "on"
type: time
start: "{{ now().replace(hour=0, minute=0, second=0) }}"
end: "{{ now() }}"