Merge branch 'integration' into memory_api

This commit is contained in:
J. Nick Koston 2025-07-25 18:34:24 -10:00
commit 89c47c0dae
No known key found for this signature in database
3 changed files with 4 additions and 1 deletions

View File

@ -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(

View File

@ -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

View File

@ -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"