mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -04:00
Fixed aux heat showing up funny on TTT
This commit is contained in:
parent
7068a39af7
commit
55adb8182f
@ -317,7 +317,7 @@ beestat.component.card.system.prototype.decorate_time_to_temperature_ = function
|
||||
);
|
||||
|
||||
// Convert "heat_1" etc to "heat"
|
||||
const simplified_operating_mode = operating_mode.replace(/_\d/, '');
|
||||
const simplified_operating_mode = operating_mode.replace(/[_\d]|auxiliary/g, '');
|
||||
|
||||
/**
|
||||
* If the system is off or if we've already reached the setpoint, don't show
|
||||
|
Loading…
x
Reference in New Issue
Block a user