add back climate config creation

This commit is contained in:
Proddy
2023-01-10 22:18:34 +01:00
parent 60d4997985
commit 84dca5e794

View File

@@ -220,7 +220,7 @@ MAKE_PSTR(tag_boiler_data_ww_mqtt, "ww")
MAKE_PSTR(tag_device_data_ww_mqtt, "") MAKE_PSTR(tag_device_data_ww_mqtt, "")
// Home Assistant - this is special and has no translations // Home Assistant - this is special and has no translations
MAKE_PSTR_LIST(climate, "") MAKE_PSTR_LIST(climate, "HA climate config creation")
// syslog // syslog
MAKE_PSTR_LIST(list_syslog_level, "off", "emerg", "alert", "crit", "error", "warn", "notice", "info", "debug", "trace", "all") MAKE_PSTR_LIST(list_syslog_level, "off", "emerg", "alert", "crit", "error", "warn", "notice", "info", "debug", "trace", "all")