mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Fixes typo on Derivative page (#19033)
This commit is contained in:
parent
e6d42dcf71
commit
8718d5583b
@ -80,6 +80,6 @@ sensor:
|
|||||||
source: sensor.temperature
|
source: sensor.temperature
|
||||||
name: Temperature change per hour
|
name: Temperature change per hour
|
||||||
round: 1
|
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
|
time_window: "00:30:00" # we look at the change over the last half hour
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user