From ba616dc3270b05ea4a948cb384512e3861ed560b Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 21 Feb 2022 01:13:12 +0100 Subject: [PATCH] send_first_at for exponential_moving_average (#1928) --- components/sensor/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/sensor/index.rst b/components/sensor/index.rst index 64c454d34..6e382ebcf 100644 --- a/components/sensor/index.rst +++ b/components/sensor/index.rst @@ -400,6 +400,9 @@ Configuration variables: - **alpha** (*Optional*, float): The forget factor/alpha value of the filter. Defaults to ``0.1``. - **send_every** (*Optional*, int): How often a sensor value should be pushed out. Defaults to ``15``. +- **send_first_at** (*Optional*, int): By default, the very first raw value on boot is immediately + published. With this parameter you can specify when the very first value is to be sent. + Defaults to ``1``. ``throttle`` ************