Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 3b759b9

Browse files
committed
Fix addressable not updating light (#521)
1 parent 9470933 commit 3b759b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/esphome/light/addressable_light.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ void AddressableLight::write_state(LightState *state) {
151151
for (int i = 0; i < this->size(); i++) {
152152
(*this)[i] = color;
153153
}
154+
155+
this->schedule_show();
154156
}
155157
void AddressableLight::set_correction(float red, float green, float blue, float white) {
156158
this->correction_.set_max_brightness(ESPColor(

0 commit comments

Comments
 (0)