From dcedced8fec9710189c25402926e7b9c17ceaf21 Mon Sep 17 00:00:00 2001 From: Proddy Date: Thu, 12 Jan 2023 17:40:07 +0100 Subject: [PATCH] rename "HA climate config creation" to describe the entity name --- src/locale_common.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/locale_common.h b/src/locale_common.h index 74547a151..26dac940a 100644 --- a/src/locale_common.h +++ b/src/locale_common.h @@ -27,7 +27,6 @@ */ // common words -MAKE_PSTR_WORD(debug) MAKE_PSTR_WORD(exit) MAKE_PSTR_WORD(help) MAKE_PSTR_WORD(log) @@ -219,8 +218,8 @@ MAKE_PSTR(response, "response") 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") // TODO needs a better name! +// Discovery/Home Assistant - this is special device entity for 'climate', and has no translations +MAKE_PSTR_LIST(climate, "Discovery current room temperature") // syslog MAKE_PSTR_LIST(list_syslog_level, "off", "emerg", "alert", "crit", "error", "warn", "notice", "info", "debug", "trace", "all")