From bc65ab57702d1a90e1460db79c8bf70fc1e710d0 Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:44:11 +0100 Subject: [PATCH] Clearified heartbeat --- components/sensor/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/sensor/index.rst b/components/sensor/index.rst index 595e3c54d..3ac3be459 100644 --- a/components/sensor/index.rst +++ b/components/sensor/index.rst @@ -389,7 +389,10 @@ In comparison to the ``throttle`` filter it won't discard any values. In compari ``heartbeat`` ************* -Send the last value that this sensor in the specified time interval. +Send the value periodically with the specified time interval. +If the sensor value changes during the interval the interval will not reset. +The last value of the sensor will be sent. + So a value of ``10s`` will cause the filter to output values every 10s regardless of the input values.