mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
[sensor] Extend timeout filter with option to return last value received (#10115)
This commit is contained in:
@@ -153,6 +153,9 @@ sensor:
|
||||
- timeout:
|
||||
timeout: 1h
|
||||
value: 20.0
|
||||
- timeout:
|
||||
timeout: 1min
|
||||
value: last
|
||||
- timeout:
|
||||
timeout: 1d
|
||||
- to_ntc_resistance:
|
||||
|
Reference in New Issue
Block a user