1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Fixed #321 - Thermostat Detail chart doesn't load until after refresh

This commit is contained in:
Jon Ziebell 2021-02-11 10:08:32 -05:00
parent bf0ba3acc4
commit a62840585e

View File

@ -28,7 +28,7 @@ beestat.component.card.runtime_thermostat_detail = function(thermostat_id) {
'setting.runtime_thermostat_detail_range_type',
'setting.runtime_thermostat_detail_range_dynamic',
'cache.data.runtime_thermostat_thermostat_detail',
'cache.data.thermostat'
'cache.thermostat'
],
change_function
);