Files
esphome/esphome
Jesse Hills b9338ea791 Mark user-configurable classes as final (part 13/21)
Add the C++ `final` specifier to leaf, user-configurable component classes and
automation action/trigger/condition primitives so that classes meant to be
terminal cannot be subclassed by external components. Only classes never used as
a base anywhere in the tree are marked. Part 13 of 21, split alphabetically by
component (pmsa003i .. rc522).
2026-06-15 13:21:17 +12:00
..