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")