From 98b659d531f94eb4fd268ac0509250e50e4032f4 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Sun, 30 Mar 2025 02:25:04 -0600 Subject: [PATCH] [mqtt.homeassistant] fix Fan Only i18n key (#18467) * [mqtt.homeassistant] fix Fan Only i18n key Signed-off-by: Cody Cutrer --- .../src/main/resources/OH-INF/i18n/mqtt.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt.properties b/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt.properties index 64f4886346..b7d92813d0 100644 --- a/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt.properties +++ b/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt.properties @@ -99,7 +99,7 @@ state.climate.mode.off = Off state.climate.mode.cool = Cool state.climate.mode.heat = Heat state.climate.mode.dry = Dry -state.climate.mode.fan_only = Fan Only +state.climate.mode.fan-only = Fan Only state.climate.swing-mode.on = On state.climate.swing-mode.off = Off state.cover.closed = Closed