mirror of
https://github.com/esphome/esphome.git
synced 2026-09-17 01:58:39 +00:00
Update esphome/components/text_sensor/text_sensor.h
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user