1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

And again

This commit is contained in:
Jordan Zucker 2025-02-13 13:45:43 -08:00
parent bc50b97573
commit 9f03171de4

View File

@ -861,7 +861,7 @@ void PrometheusHandler::climate_row_(AsyncResponseStream *stream, climate::Clima
stream->print(F("\",name=\""));
stream->print(relabel_name_(obj).c_str());
stream->print(F("\",mode=\""));
stream->print(PSTR_LOCAL(climate::climate_mode_to_string(obj->mode)));
stream->print(LOG_STR_ARG(climate::climate_mode_to_string(obj->mode)));
stream->print(F("\"} "));
stream->print(F("1.0"));
stream->print(F("\n"));