1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

Update esphome/components/udp/__init__.py

Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2026-02-07 14:12:15 -06:00
committed by GitHub
parent f9542236e8
commit afb8ea090b

View File

@@ -124,8 +124,8 @@ async def to_code(config):
trigger_lambda = await cg.process_lambda(
trigger.trigger(
cg.std_vector.template(cg.uint8)(
literal(f"{trigger_argname}.begin()"),
literal(f"{trigger_argname}.end()"),
literal(trigger_argname).begin(),
literal(trigger_argname).end(),
)
),
listener_argtype,