Update esphome/components/text_sensor/text_sensor.h

This commit is contained in:
J. Nick Koston
2025-12-19 20:05:05 -10:00
committed by GitHub
parent 0cff5326bc
commit 8088f09902
+1 -1
View File
@@ -66,7 +66,7 @@ class TextSensor : public EntityBase, public EntityBase_DeviceClass {
protected:
LazyCallbackManager<void(std::string)> raw_callback_; ///< Storage for raw state callbacks.
LazyCallbackManager<void(std::string)> callback_; ///< Storage for filtered state callbacks.
LazyCallbackManager<void(const std::string &)> callback_; ///< Storage for filtered state callbacks.
Filter *filter_list_{nullptr}; ///< Store all active filters.