mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 00:31:58 +00:00
udp-span-zero-alloc
literal(trigger_argname).begin() renders as "databegin()" instead of
"data.begin()" because RawExpression.__getattr__ concatenates without
the dot operator. Revert to literal(f"{trigger_argname}.begin()").
Description
Languages
C++
64.3%
Python
35.4%
C
0.2%
