mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
Publish NAN when dallas conversion failed (#3227)
This commit is contained in:
parent
c2f5ac9eba
commit
0c4de2bc97
@ -110,6 +110,9 @@ void DallasComponent::update() {
|
||||
if (!result) {
|
||||
ESP_LOGE(TAG, "Requesting conversion failed");
|
||||
this->status_set_warning();
|
||||
for (auto *sensor : this->sensors_) {
|
||||
sensor->publish_state(NAN);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user