1
0
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:
Jon Ziebell 2020-06-25 22:30:39 -04:00
parent 2c3c2a8c22
commit 70e55a5f3c

View File

@ -27,7 +27,8 @@ beestat.component.card.runtime_thermostat_detail = function(thermostat_id) {
[
'setting.runtime_thermostat_detail_range_type',
'setting.runtime_thermostat_detail_range_dynamic',
'cache.runtime_thermostat'
'cache.runtime_thermostat',
'cache.thermostat'
],
change_function
);