1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 00:02:21 +01:00

Update esphome/components/text_sensor/text_sensor.cpp

This commit is contained in:
J. Nick Koston
2025-07-07 14:19:17 -05:00
committed by GitHub
parent 9cc7b060c9
commit 171e19381f

View File

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