mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
remove optimistic option #2551
This commit is contained in:
@@ -296,18 +296,6 @@ const MqttSettings = () => {
|
||||
}
|
||||
label={LL.MQTT_PUBLISH_TEXT_3()}
|
||||
/>
|
||||
{data.ha_enabled && data.discovery_type === 0 && (
|
||||
<BlockFormControlLabel
|
||||
control={
|
||||
<Checkbox
|
||||
name="ha_optimistic"
|
||||
checked={data.ha_optimistic}
|
||||
onChange={updateFormValue}
|
||||
/>
|
||||
}
|
||||
label="Optimistic"
|
||||
/>
|
||||
)}
|
||||
</Grid>
|
||||
{data.ha_enabled && (
|
||||
<Grid container spacing={2} rowSpacing={0}>
|
||||
|
||||
Reference in New Issue
Block a user