add back climate

This commit is contained in:
Proddy
2023-01-10 22:19:13 +01:00
parent f556fb61ca
commit 7e87dc9de6

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, "HA climate config creation") MAKE_PSTR_LIST(climate, "HA climate config creation") // TODO needs a better name!
// 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")