Better tooltip

This commit is contained in:
atse 2023-08-14 16:34:46 +08:00
parent 4ca3b14877
commit 2db0936185
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ THERMOSTAT_PARAMETERS = [[
{'name': 'Run', 'type': 'action', 'tip': 'Run'},
]},
]},
{'name': 'Save to flash', 'type': 'action', 'tip': 'Save config to flash', 'commands': [f'save {ch}']}
{'name': 'Save to flash', 'type': 'action', 'tip': 'Save config to thermostat, applies on reset', 'commands': [f'save {ch}']}
] for ch in range(2)]