ESPHome 2025.12.3
Loading...
Searching...
No Matches
light_output.cpp
Go to the documentation of this file.
1#include "light_output.h"
2#include "transformers.h"
3
4namespace esphome::light {
5
6std::unique_ptr<LightTransformer> LightOutput::create_default_transition() {
7 return make_unique<LightTransitionTransformer>();
8}
9
10} // namespace esphome::light
virtual std::unique_ptr< LightTransformer > create_default_transition()
Return the default transformer used for transitions.