diff --git a/packages/smarthome/smartbase.py b/packages/smarthome/smartbase.py index b7461df6c..d489a114b 100644 --- a/packages/smarthome/smartbase.py +++ b/packages/smarthome/smartbase.py @@ -279,7 +279,7 @@ def postwatt(self) -> None: elif (self.device_temperatur_configured == 1): self.mqtt_param[pref + 'TemperatureSensor0'] = self.temp0 self.mqtt_param[pref + 'TemperatureSensor1'] = '300' - self.mqtt_param[pref + 'TemperatureSensor2'] = '300' + self.mqtt_param[pref + 'TemperatureSensor2'] = '300' elif (self.device_temperatur_configured == 2): self.mqtt_param[pref + 'TemperatureSensor0'] = self.temp0 self.mqtt_param[pref + 'TemperatureSensor1'] = self.temp1