forked from home-assistant/core
Add missing hyphen to "time-weighted" in derivative
(#144637)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"round": "Controls the number of decimal digits in the output.",
|
"round": "Controls the number of decimal digits in the output.",
|
||||||
"time_window": "If set, the sensor's value is a time weighted moving average of derivatives within this window.",
|
"time_window": "If set, the sensor's value is a time-weighted moving average of derivatives within this window.",
|
||||||
"unit_prefix": "The output will be scaled according to the selected metric prefix and time unit of the derivative."
|
"unit_prefix": "The output will be scaled according to the selected metric prefix and time unit of the derivative."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user