diff --git a/soft/thermostat/src/zoneitem.cpp b/soft/thermostat/src/zoneitem.cpp index 02aa684..130e16a 100644 --- a/soft/thermostat/src/zoneitem.cpp +++ b/soft/thermostat/src/zoneitem.cpp @@ -80,6 +80,10 @@ void ZoneItem::refresh(void) break; } + if (s->m_end_holiday > QDateTime::currentDateTime()) { + m_target_temperature = FORCE_OFF; + } + /* Zone name */ text += QString("
") + m_name + QString("
");