1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-16 23:05:46 +00:00
This commit is contained in:
J. Nick Koston
2025-11-07 16:13:59 -06:00
parent c0e4f415f1
commit fc8dc33023
20 changed files with 40 additions and 0 deletions

View File

@@ -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_; }