mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add v3.4 entity id flag to MQTT settings
This commit is contained in:
@@ -233,6 +233,14 @@ const MqttSettingsForm: FC = () => {
|
||||
label={LL.MQTT_MULTIPLE_INSTANCES()}
|
||||
/>
|
||||
</Grid>
|
||||
<Grid item>
|
||||
<BlockFormControlLabel
|
||||
control={
|
||||
<Checkbox name="entity_fullname" checked={data.entity_fullname} onChange={updateFormValue} />
|
||||
}
|
||||
label={LL.MQTT_ENTITY_FULLNAME()}
|
||||
/>
|
||||
</Grid>
|
||||
<Grid item sx={{ pb: 3 }}>
|
||||
<ValidatedTextField
|
||||
name="discovery_prefix"
|
||||
|
||||
Reference in New Issue
Block a user