[opentherm] Restore idle output when stopped (#17834)

Co-authored-by: jeroen85 <26403565+jeroen85@users.noreply.github.com>
This commit is contained in:
Jeroen
2026-07-29 12:57:03 -04:00
committed by GitHub
co-authored by jeroen85
parent 363a91c185
commit 33dacb06ff
@@ -114,6 +114,7 @@ bool OpenTherm::get_protocol_error(OpenThermError &error) {
void OpenTherm::stop() {
this->stop_timer_();
this->mode_ = OperationMode::IDLE;
this->out_pin_->digital_write(true);
}
void IRAM_ATTR OpenTherm::read_() {