[ld2420] Drop the setup priority override so setup runs after the UART bus (#18428)

This commit is contained in:
J. Nick Koston
2026-08-18 14:27:54 +12:00
committed by Jesse Hills
parent 096e71bd67
commit 3a403c40d5
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -184,8 +184,6 @@ static int32_t get_firmware_int(const char *version_string) {
return result;
}
float LD2420Component::get_setup_priority() const { return setup_priority::BUS; }
void LD2420Component::dump_config() {
ESP_LOGCONFIG(TAG,
"LD2420:\n"
-1
View File
@@ -105,7 +105,6 @@ class LD2420Component final : public Component, public uart::UARTDevice {
void apply_config_action();
void factory_reset_action();
void revert_config_action();
float get_setup_priority() const override;
int send_cmd_from_array(CmdFrameT cmd_frame);
void report_gate_data();
void handle_cmd_error(uint16_t error);