Merge remote-tracking branch 'upstream/uptime-text-sensor-pass-size' into integration

This commit is contained in:
J. Nick Koston
2026-04-02 15:12:30 -10:00
@@ -70,7 +70,7 @@ void UptimeTextSensor::update() {
if (show_seconds)
append_unit(buf, sizeof(buf), pos, this->separator_, seconds, this->seconds_text_);
this->publish_state(buf);
this->publish_state(buf, pos);
}
float UptimeTextSensor::get_setup_priority() const { return setup_priority::HARDWARE; }