ESPHome  2024.4.1
light_output.cpp
Go to the documentation of this file.
1 #include "light_output.h"
2 #include "transformers.h"
3 
4 namespace esphome {
5 namespace light {
6 
7 std::unique_ptr<LightTransformer> LightOutput::create_default_transition() {
8  return make_unique<LightTransitionTransformer>();
9 }
10 
11 } // namespace light
12 } // namespace esphome
virtual std::unique_ptr< LightTransformer > create_default_transition()
Return the default transformer used for transitions.
Definition: light_output.cpp:7
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7