mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Reverted change that supposedly fixed runaway API calls.
The fix created another bug: Now the Thermostat Detail chart won't load properly because it's no longer listening for the thermostat to change.
This commit is contained in:
parent
2c3c2a8c22
commit
70e55a5f3c
@ -27,7 +27,8 @@ beestat.component.card.runtime_thermostat_detail = function(thermostat_id) {
|
|||||||
[
|
[
|
||||||
'setting.runtime_thermostat_detail_range_type',
|
'setting.runtime_thermostat_detail_range_type',
|
||||||
'setting.runtime_thermostat_detail_range_dynamic',
|
'setting.runtime_thermostat_detail_range_dynamic',
|
||||||
'cache.runtime_thermostat'
|
'cache.runtime_thermostat',
|
||||||
|
'cache.thermostat'
|
||||||
],
|
],
|
||||||
change_function
|
change_function
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user