Update esphome/components/text_sensor/text_sensor.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-12-19 20:05:11 -10:00
committed by GitHub
co-authored by Copilot
parent 8088f09902
commit c799ce05f7
@@ -69,8 +69,6 @@ class TextSensor : public EntityBase, public EntityBase_DeviceClass {
LazyCallbackManager<void(const std::string &)> 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