ESPHome  2024.4.1
automation.cpp
Go to the documentation of this file.
1 #include "automation.h"
2 #include "esphome/core/log.h"
3 
4 namespace esphome {
5 namespace light {
6 
7 static const char *const TAG = "light.automation";
8 
9 void addressableset_warn_about_scale(const char *field) {
10  ESP_LOGW(TAG, "Lambda for parameter %s of light.addressable_set should return values in range 0-1 instead of 0-255.",
11  field);
12 }
13 
14 } // namespace light
15 } // namespace esphome
void addressableset_warn_about_scale(const char *field)
Definition: automation.cpp:9
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7