mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 15:16:37 +00:00
Merge branch 'dev' into empty_messages
This commit is contained in:
commit
f6ebdd79fe
@ -421,6 +421,7 @@ CONF_LOGGER_LOG = "logger.log"
|
|||||||
LOGGER_LOG_ACTION_SCHEMA = cv.All(
|
LOGGER_LOG_ACTION_SCHEMA = cv.All(
|
||||||
cv.maybe_simple_value(
|
cv.maybe_simple_value(
|
||||||
{
|
{
|
||||||
|
cv.GenerateID(CONF_LOGGER_ID): cv.use_id(Logger),
|
||||||
cv.Required(CONF_FORMAT): cv.string,
|
cv.Required(CONF_FORMAT): cv.string,
|
||||||
cv.Optional(CONF_ARGS, default=list): cv.ensure_list(cv.lambda_),
|
cv.Optional(CONF_ARGS, default=list): cv.ensure_list(cv.lambda_),
|
||||||
cv.Optional(CONF_LEVEL, default="DEBUG"): cv.one_of(
|
cv.Optional(CONF_LEVEL, default="DEBUG"): cv.one_of(
|
||||||
|
@ -12,7 +12,7 @@ platformio==6.1.18 # When updating platformio, also update /docker/Dockerfile
|
|||||||
esptool==4.9.0
|
esptool==4.9.0
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
esphome-dashboard==20250514.0
|
esphome-dashboard==20250514.0
|
||||||
aioesphomeapi==37.0.4
|
aioesphomeapi==37.1.0
|
||||||
zeroconf==0.147.0
|
zeroconf==0.147.0
|
||||||
puremagic==1.30
|
puremagic==1.30
|
||||||
ruamel.yaml==0.18.14 # dashboard_import
|
ruamel.yaml==0.18.14 # dashboard_import
|
||||||
|
@ -4,6 +4,8 @@ esphome:
|
|||||||
esp32:
|
esp32:
|
||||||
board: esp32dev
|
board: esp32dev
|
||||||
|
|
||||||
|
logger:
|
||||||
|
|
||||||
text:
|
text:
|
||||||
- platform: template
|
- platform: template
|
||||||
name: "test 1 text"
|
name: "test 1 text"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user