Skip to content

Commit

Permalink
flake 8
Browse files Browse the repository at this point in the history
flake 8
  • Loading branch information
okaegi committed Oct 28, 2023
1 parent c680b74 commit aedf961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smarthome/smartbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aedf961

Please sign in to comment.