Update esphome/components/sensor/sensor.h

This commit is contained in:
J. Nick Koston 2025-07-07 14:18:57 -05:00 committed by GitHub
parent d178e2da6f
commit 9cc7b060c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,8 +138,6 @@ class Sensor : public EntityBase, public EntityBase_DeviceClass, public EntityBa
*/
float raw_state;
/// Return whether this sensor has gotten a full state (that passed through all filters) yet.
bool has_state() const;
void internal_send_state_to_frontend(float state);