From 8088f09902935e08fdf499455c83f2447baa101c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 19 Dec 2025 20:05:05 -1000 Subject: [PATCH] Update esphome/components/text_sensor/text_sensor.h --- esphome/components/text_sensor/text_sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/text_sensor/text_sensor.h b/esphome/components/text_sensor/text_sensor.h index e16f5cd8d34..31bf8c9ffcd 100644 --- a/esphome/components/text_sensor/text_sensor.h +++ b/esphome/components/text_sensor/text_sensor.h @@ -66,7 +66,7 @@ class TextSensor : public EntityBase, public EntityBase_DeviceClass { protected: LazyCallbackManager raw_callback_; ///< Storage for raw state callbacks. - LazyCallbackManager callback_; ///< Storage for filtered state callbacks. + LazyCallbackManager callback_; ///< Storage for filtered state callbacks. Filter *filter_list_{nullptr}; ///< Store all active filters.