From cc6dad8b0d8319a26da2434871f738740b7ca34b Mon Sep 17 00:00:00 2001 From: Emilv2 Date: Wed, 27 May 2020 21:30:49 +0200 Subject: [PATCH] =?UTF-8?q?replace=20integral=20by=20derivative=20in=20der?= =?UTF-8?q?ivative=20sensor=20and=20remove=20unnece=E2=80=A6=20(#13601)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_integrations/derivative.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/derivative.markdown b/source/_integrations/derivative.markdown index 95415ec65d1..89db8d08b40 100644 --- a/source/_integrations/derivative.markdown +++ b/source/_integrations/derivative.markdown @@ -43,12 +43,12 @@ round: default: 3 type: integer unit_prefix: - description: Metric unit to prefix the derivative result ([Wikipedia](https://en.wikipedia.org/wiki/Unit_prefix)]). Available symbols are "n" (1e-9), "µ" (1e-6), "m" (1e-3), "k" (1e3), "M" (1e6), "G" (1e9), "T" (1e12). + description: Metric unit to prefix the derivative result ([Wikipedia](https://en.wikipedia.org/wiki/Unit_prefix)). Available symbols are "n" (1e-9), "µ" (1e-6), "m" (1e-3), "k" (1e3), "M" (1e6), "G" (1e9), "T" (1e12). required: false default: None type: string unit_time: - description: SI unit of time to integrate over. Available units are s, min, h, d. + description: SI unit of time of the derivative. Available units are s, min, h, d. required: false default: h type: string