Files
esphome/tests/unit_tests
J. Nick Koston 42fa6ef818 [core] Merge set_name + set_entity_strings into configure_entity
Every entity generated two codegen calls:
  entity->set_name("Name", hash);
  entity->set_entity_strings(packed);

Merge these into a single configure_entity(name, hash, packed) call
to reduce generated code size. For a config with 50+ entities this
eliminates 50+ function calls from the generated setup() function.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 11:47:14 -10:00
..
2025-09-19 12:59:48 +00:00
2025-12-18 00:06:52 +00:00
2022-10-05 20:09:27 +13:00
2025-09-19 12:59:48 +00:00
2025-09-19 12:59:48 +00:00