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

And one more pass I guess

This commit is contained in:
Jordan Zucker 2025-02-13 15:38:41 -08:00
parent bc50c640c6
commit 5445d8ce17

View File

@ -852,7 +852,7 @@ void PrometheusHandler::climate_setting_row_(AsyncResponseStream *stream, climat
stream->print(relabel_name_(obj).c_str());
stream->print(F("\",category=\""));
stream->print(setting.c_str());
stream->print(F("\",value=\""));
stream->print(F("\",setting_value=\""));
stream->print(LOG_STR_ARG(setting_value));
stream->print(F("\"} "));
stream->print(F("1.0"));