ESPHome 2025.5.0
Loading...
Searching...
No Matches
automation.cpp
Go to the documentation of this file.
1#include "automation.h"
2#include "esphome/core/log.h"
3
4namespace esphome {
5namespace light {
6
7static const char *const TAG = "light.automation";
8
9void 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
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7