1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-01 01:22:20 +01:00
This commit is contained in:
J. Nick Koston
2025-07-07 14:24:55 -05:00
parent 171e19381f
commit 132d56fe1a
2 changed files with 0 additions and 2 deletions

View File

@@ -138,7 +138,6 @@ class Sensor : public EntityBase, public EntityBase_DeviceClass, public EntityBa
*/
float raw_state;
void internal_send_state_to_frontend(float state);
protected:

View File

@@ -70,6 +70,5 @@ void TextSensor::internal_send_state_to_frontend(const std::string &state) {
this->callback_.call(state);
}
} // namespace text_sensor
} // namespace esphome