forked from M-Labs/thermostat
Fan group to be set based on hw_rev only
This commit is contained in:
parent
953e314abb
commit
3597fb4445
|
@ -466,7 +466,6 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
|||
|
||||
async def _on_connection_changed(self, result):
|
||||
self.graph_group.setEnabled(result)
|
||||
self.fan_group.setEnabled(result)
|
||||
self.report_group.setEnabled(result)
|
||||
self.thermostat_settings.setEnabled(result)
|
||||
|
||||
|
|
Loading…
Reference in New Issue