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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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