mqtt/commands for scheduler

This commit is contained in:
MichaelDvP
2023-03-04 14:10:32 +01:00
parent 78c4a646d2
commit 0380fe1fff
19 changed files with 225 additions and 39 deletions

View File

@@ -464,7 +464,7 @@ const SettingsScheduler: FC = () => {
)}
<TextField
name="description"
label={LL.DESCRIPTION()}
label={LL.ENTITY_NAME()}
value={scheduleItem.description}
fullWidth
margin="normal"