ESPHome
2026.1.0-dev
Loading...
Searching...
No Matches
esphome
components
light
automation.cpp
Go to the documentation of this file.
1
#include "
automation.h
"
2
#include "
esphome/core/log.h
"
3
4
namespace
esphome::light
{
5
6
static
const
char
*
const
TAG =
"light.automation"
;
7
8
void
addressableset_warn_about_scale
(
const
char
*field) {
9
ESP_LOGW(TAG,
"Lambda for parameter %s of light.addressable_set should return values in range 0-1 instead of 0-255."
,
10
field);
11
}
12
13
}
// namespace esphome::light
automation.h
log.h
esphome::light
Definition
addressable_light.cpp:4
esphome::light::addressableset_warn_about_scale
void addressableset_warn_about_scale(const char *field)
Definition
automation.cpp:8
Generated by
1.12.0