mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 10:38:38 +00:00
Update esphome/components/text_sensor/text_sensor.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user