From 0f36d89df91df9866481b7fbb2a30b5553094bbb Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 18 Apr 2022 05:49:48 -0400 Subject: [PATCH] Add Wikipedia link to derivative (#22419) --- source/_integrations/derivative.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/derivative.markdown b/source/_integrations/derivative.markdown index 09f359728e8..46a1278df0b 100644 --- a/source/_integrations/derivative.markdown +++ b/source/_integrations/derivative.markdown @@ -18,7 +18,7 @@ ha_platforms: ha_integration_type: helper --- -The derivative integration creates a sensor that estimates the derivative of the +The derivative ([Wikipedia](https://en.wikipedia.org/wiki/Derivative)) integration creates a sensor that estimates the derivative of the values provided by another sensor (the **source sensor**). Derivative sensors are updated upon changes of the **source sensor**. {% include integrations/config_flow.md %}