Add missing hyphen to "time-weighted" in derivative (#144637)

This commit is contained in:
Norbert Rittel 2025-05-11 12:58:04 +02:00 committed by GitHub
parent 773a2a9db6
commit 09515bf174
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
} }
} }