diff --git a/components/app_status/app_status.cpp b/components/app_status/app_status.cpp index 2d89e0c..a689137 100644 --- a/components/app_status/app_status.cpp +++ b/components/app_status/app_status.cpp @@ -50,7 +50,8 @@ void AppStatus::publish_status_(uint8_t status) { call.perform(); } else if (this->last_status_ != 0 && status == 0) { auto call = this->light_->make_call(); - call.from_light_color_values(this->saved_light_values_); + //call.from_light_color_values(this->saved_light_values_); + call.from_light_color_values(this->light_->remote_values); call.set_transition_length(0); call.set_publish(false); call.perform();