Merge branch 'emsesp:dev' into dev

This commit is contained in:
Proddy
2025-05-24 10:11:39 +02:00
committed by GitHub
15 changed files with 20 additions and 68 deletions

View File

@@ -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}>

View File

@@ -43,7 +43,6 @@ export interface MqttSettingsType {
mqtt_qos: number;
mqtt_retain: boolean;
ha_enabled: boolean;
ha_optimistic: boolean;
nested_format: number;
send_response: boolean;
publish_single: boolean;