Files
esphome/esphome
J. Nick Koston c32f6f629b [infrared,radio_frequency] queue_entity_register before setup_core_
The setup_<X>_core_ functions are decorated with @setup_entity, which calls
finalize_entity_strings() before returning. queue_entity_register() must run
before that so the combined App.register_<entity>(var, name, hash, packed)
emission is selected; otherwise finalize falls back to configure_entity_ and
no register call is emitted.

Reported by Copilot review on PR #16030.
2026-04-26 14:54:15 -05:00
..