diff --git a/js/component/card/runtime_sensor_detail.js b/js/component/card/runtime_sensor_detail.js index 1c02a31..83b0df5 100644 --- a/js/component/card/runtime_sensor_detail.js +++ b/js/component/card/runtime_sensor_detail.js @@ -144,7 +144,11 @@ beestat.component.card.runtime_sensor_detail.prototype.decorate_contents_ = func .add_call( 'thermostat', 'read_id', - {}, + { + 'attributes': { + 'inactive': 0 + } + }, 'thermostat' ) .set_callback(function(response) { diff --git a/js/component/card/runtime_thermostat_detail.js b/js/component/card/runtime_thermostat_detail.js index 25dfe24..9c1f22d 100644 --- a/js/component/card/runtime_thermostat_detail.js +++ b/js/component/card/runtime_thermostat_detail.js @@ -133,7 +133,11 @@ beestat.component.card.runtime_thermostat_detail.prototype.decorate_contents_ = .add_call( 'thermostat', 'read_id', - {}, + { + 'attributes': { + 'inactive': 0 + } + }, 'thermostat' ) .set_callback(function(response) {