Fix incorrect entities in history stat sensors for E's aircon

This commit is contained in:
2026-03-06 06:18:17 -05:00
parent 6e9e35a6a4
commit 9bc654bc70

View File

@@ -65,7 +65,7 @@ sensor:
hours: 24 hours: 24
- platform: history_stats - platform: history_stats
name: Emma A/C Compressor Time name: Emma A/C Compressor Time
entity_id: binary_sensor.emma_aircon_compressor entity_id: binary_sensor.emma_bedroom_aircon_compressor
state: 'on' state: 'on'
type: time type: time
end: '{{ now() }}' end: '{{ now() }}'
@@ -73,7 +73,7 @@ sensor:
hours: 24 hours: 24
- platform: history_stats - platform: history_stats
name: Emma A/C Fan Time name: Emma A/C Fan Time
entity_id: binary_sensor.emma_aircon_fan entity_id: binary_sensor.emma_bedroom_aircon_fan
state: 'on' state: 'on'
type: time type: time
end: '{{ now() }}' end: '{{ now() }}'