From ce71b8b5f65d814d8414bd92a20afbec68ef9307 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Tue, 10 Jan 2023 17:18:15 +0100 Subject: [PATCH] Add back "HA climate config creation", #903 --- src/locale_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale_common.h b/src/locale_common.h index 84a69f660..65fafd213 100644 --- a/src/locale_common.h +++ b/src/locale_common.h @@ -227,7 +227,7 @@ MAKE_PSTR(tag_boiler_data_ww_mqtt, "ww") MAKE_PSTR(tag_device_data_ww_mqtt, "") // Home Assistant - this is special and has no translations -MAKE_PSTR_LIST(climate, "") +MAKE_PSTR_LIST(climate, "HA climate config creation") // syslog MAKE_PSTR_LIST(list_syslog_level, "off", "emerg", "alert", "crit", "error", "warn", "notice", "info", "debug", "trace", "all")