Add back "HA climate config creation", #903

This commit is contained in:
MichaelDvP
2023-01-10 17:18:15 +01:00
parent caab1cae39
commit ce71b8b5f6

View File

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