get_loop_priority() Now Conditionally Compiled with USE_LOOP_PRIORITY
The get_loop_priority() virtual method on Component is now only available when USE_LOOP_PRIORITY is defined. This define is only set on RP2040, the only platform where loop priority has an effect. External components that override get_loop_priority() must guard the override with #ifdef USE_LOOP_PRIORITY.
This is a breaking change for external components in ESPHome 2026.3.0 and later.