Fixes typo on Derivative page (#19033)

This commit is contained in:
Franck Nijhof 2021-08-24 12:48:01 +02:00 committed by GitHub
parent e6d42dcf71
commit 8718d5583b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```