From 006c18ce88ff4cb9362ffc32cdef53cebb6f8cc3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 26 Mar 2026 18:53:36 -1000 Subject: [PATCH] Remove unused automation.h include from ld2450.h With LD2450DataTrigger removed, no automation types remain in this header. LazyCallbackManager is provided by helpers.h (via component.h). Co-Authored-By: Claude Opus 4.6 (1M context) --- esphome/components/ld2450/ld2450.h | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/ld2450/ld2450.h b/esphome/components/ld2450/ld2450.h index 4ff078e76a..cbcdec10b3 100644 --- a/esphome/components/ld2450/ld2450.h +++ b/esphome/components/ld2450/ld2450.h @@ -1,6 +1,5 @@ #pragma once -#include "esphome/core/automation.h" #include "esphome/core/defines.h" #include "esphome/core/component.h" #ifdef USE_SENSOR