From c799ce05f7f22a7c06186ba39291b5be383d4542 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 19 Dec 2025 20:05:11 -1000 Subject: [PATCH] Update esphome/components/text_sensor/text_sensor.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- esphome/components/text_sensor/text_sensor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/components/text_sensor/text_sensor.h b/esphome/components/text_sensor/text_sensor.h index 31bf8c9ffcd..dc5c33942f7 100644 --- a/esphome/components/text_sensor/text_sensor.h +++ b/esphome/components/text_sensor/text_sensor.h @@ -69,8 +69,6 @@ class TextSensor : public EntityBase, public EntityBase_DeviceClass { LazyCallbackManager callback_; ///< Storage for filtered state callbacks. Filter *filter_list_{nullptr}; ///< Store all active filters. - - uint8_t raw_count_{0}; ///< Number of raw callbacks (partition point in callbacks_ vector) }; } // namespace text_sensor