ESPHome
2025.5.0
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
{
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
automation.h
log.h
esphome::light::addressableset_warn_about_scale
void addressableset_warn_about_scale(const char *field)
Definition
automation.cpp:9
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
Generated by
1.12.0