_last_read should always contain the full output of the plugin, not

the filtered output
This commit is contained in:
Fabio Manganiello 2019-08-01 23:41:46 +02:00
parent a3271f0522
commit c9dc1aac44
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class SensorEnvirophatBackend(SensorBackend):
if enabled and sensor in sensors and sensors[sensor] != self._last_read.get(sensor)
}
self._last_read = ret
self._last_read = sensors
return ret