mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
fix missing schedule call (#690)
This commit is contained in:
parent
11e88019c2
commit
5c9755ecc1
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue