mirror of
https://github.com/esphome/esphome.git
synced 2026-05-11 06:27:50 +08:00
7aa9f0d796
`const Ts &...` is ill-formed when Ts is already a reference (e.g. a trigger that passes `std::string &`). Forward Ts by-value so the generated lambda matches ApplyFn for any valid trigger arg type.