From 8718d5583b1b8d7260cfd998af046c44b772cf69 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 24 Aug 2021 12:48:01 +0200 Subject: [PATCH] Fixes typo on Derivative page (#19033) --- 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 7e169ca99f5..e8032a79aa7 100644 --- a/source/_integrations/derivative.markdown +++ b/source/_integrations/derivative.markdown @@ -80,6 +80,6 @@ sensor: source: sensor.temperature name: Temperature change per hour round: 1 - unit_time: h # the resulting "unit_of_measurement" will be °C/h if the sensor.temperate has set °C as it's unit + unit_time: h # the resulting "unit_of_measurement" will be °C/h if the sensor.temperate has set °C as its unit time_window: "00:30:00" # we look at the change over the last half hour ```