HA mqtt compatible setting

This commit is contained in:
MichaelDvP
2024-04-25 14:32:42 +02:00
parent 21488ad95a
commit 4f9a2fe1aa
6 changed files with 34 additions and 4 deletions

View File

@@ -374,6 +374,7 @@ const MqttSettings: FC = () => {
select
>
<MenuItem value={0}>{LL.MQTT_ENTITY_FORMAT_0()}</MenuItem>
<MenuItem value={3}>{LL.MQTT_ENTITY_FORMAT_1()}&nbsp;(v3.6)</MenuItem>
<MenuItem value={1}>{LL.MQTT_ENTITY_FORMAT_1()}</MenuItem>
<MenuItem value={2}>{LL.MQTT_ENTITY_FORMAT_2()}</MenuItem>
</TextField>