1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-14 11:03:30 +01:00

fix missing schedule call ()

This commit is contained in:
Guillermo Ruffino
2019-08-11 07:30:47 -03:00
committed by Otto Winter
parent 9c8f210815
commit 00a1f3e075

@ -122,6 +122,7 @@ template<typename... Ts> class AddressableSet : public Action<Ts...> {
range.set_blue(this->blue_.value(x...));
if (this->white_.has_value())
range.set_white(this->white_.value(x...));
out->schedule_show();
}
protected: