We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d44039 + f4cce04 commit f6b2a9fCopy full SHA for f6b2a9f
components/MhiAcCtrl/automation.h
@@ -44,7 +44,7 @@ template<typename... Ts> class SetExternalRoomTemperatureAction : public Action<
44
TEMPLATABLE_VALUE(float, temperature);
45
46
void play(Ts... x) {
47
- int temp = this->temperature_.value(x...);
+ float temp = this->temperature_.value(x...);
48
this->parent_->set_room_temperature(temp);
49
50
}
0 commit comments