replace integral by derivative in derivative sensor and remove unnece… (#13601)

This commit is contained in:
Emilv2 2020-05-27 21:30:49 +02:00 committed by GitHub
parent ed1e995433
commit cc6dad8b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,12 +43,12 @@ round:
default: 3
type: integer
unit_prefix:
description: Metric unit to prefix the derivative result ([Wikipedia](https://en.wikipedia.org/wiki/Unit_prefix)]). Available symbols are "n" (1e-9), "µ" (1e-6), "m" (1e-3), "k" (1e3), "M" (1e6), "G" (1e9), "T" (1e12).
description: Metric unit to prefix the derivative result ([Wikipedia](https://en.wikipedia.org/wiki/Unit_prefix)). Available symbols are "n" (1e-9), "µ" (1e-6), "m" (1e-3), "k" (1e3), "M" (1e6), "G" (1e9), "T" (1e12).
required: false
default: None
type: string
unit_time:
description: SI unit of time to integrate over. Available units are s, min, h, d.
description: SI unit of time of the derivative. Available units are s, min, h, d.
required: false
default: h
type: string