hoffmation-base 2.18.7 → 2.18.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,6 +113,9 @@ class HeatGroup extends base_group_1.BaseGroup {
113
113
  return this.deviceCluster.getDevicesByType(device_cluster_type_1.DeviceClusterType.Ac);
114
114
  }
115
115
  initialize() {
116
+ services_1.Utils.guardedTimeout(() => {
117
+ this.settings.initializeFromDb(this);
118
+ }, 200, this);
116
119
  this.getTempSensors().forEach((sensor) => {
117
120
  sensor.addTempChangeCallback((_newVal) => {
118
121
  this.recalcRoomTemperatur();