mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 23:05:46 +00:00
fixes
This commit is contained in:
@@ -140,7 +140,9 @@ float LightState::get_setup_priority() const { return setup_priority::HARDWARE -
|
||||
|
||||
void LightState::publish_state() {
|
||||
this->remote_values_callback_.call();
|
||||
#ifdef USE_LIGHT
|
||||
ControllerRegistry::notify_light_update(this);
|
||||
#endif
|
||||
}
|
||||
|
||||
LightOutput *LightState::get_output() const { return this->output_; }
|
||||
|
||||
Reference in New Issue
Block a user