1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 02:22:25 +01:00

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

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);