mirror of
https://github.com/esphome/esphome.git
synced 2026-02-16 06:19:32 -07:00
_strtod_l
This commit is contained in:
@@ -66,7 +66,7 @@ void Sensor::publish_state(float state) {
|
||||
this->raw_state = state;
|
||||
this->raw_callback_.call(state);
|
||||
|
||||
ESP_LOGV(TAG, "'%s': Received new state %f", this->name_.c_str(), state);
|
||||
ESP_LOGV(TAG, "'%s': Received new state %s%d.%02d", this->name_.c_str(), DECIMAL_2(state));
|
||||
|
||||
if (this->filter_list_ == nullptr) {
|
||||
this->internal_send_state_to_frontend(state);
|
||||
|
||||
Reference in New Issue
Block a user