diff --git a/src/locale_common.h b/src/locale_common.h index 67ff32578..74547a151 100644 --- a/src/locale_common.h +++ b/src/locale_common.h @@ -220,7 +220,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, "HA climate config creation") +MAKE_PSTR_LIST(climate, "HA climate config creation") // TODO needs a better name! // syslog MAKE_PSTR_LIST(list_syslog_level, "off", "emerg", "alert", "crit", "error", "warn", "notice", "info", "debug", "trace", "all")