Fix incorrect entities in history stat sensors for E's aircon
This commit is contained in:
@@ -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() }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user