Merge remote-tracking branch 'origin/template_text_no_heap_trigger' into integration

This commit is contained in:
J. Nick Koston
2026-02-02 05:10:04 +01:00

View File

@@ -47,7 +47,7 @@ void TemplateText::update() {
}
void TemplateText::control(const std::string &value) {
this->set_trigger_->trigger(value);
this->set_trigger_.trigger(value);
if (this->optimistic_)
this->publish_state(value);