mirror of
https://github.com/esphome/esphome.git
synced 2025-08-05 09:57:47 +00:00
Update esphome/components/text_sensor/text_sensor.cpp
This commit is contained in:
parent
9cc7b060c9
commit
171e19381f
@ -70,7 +70,6 @@ void TextSensor::internal_send_state_to_frontend(const std::string &state) {
|
|||||||
this->callback_.call(state);
|
this->callback_.call(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TextSensor::has_state() { return this->has_state_; }
|
|
||||||
|
|
||||||
} // namespace text_sensor
|
} // namespace text_sensor
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user