Fix default names of derivative and integration (#23280)

This commit is contained in:
ondras12345 2022-07-06 09:24:30 +02:00 committed by GitHub
parent bc37708fd5
commit 8b8740e779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ source:
name:
description: Name to use in the frontend.
required: false
default: source entity ID meter
default: source entity ID derivative
type: string
round:
description: Round the calculated derivative value to at most N decimal places.

View File

@ -65,7 +65,7 @@ source:
name:
description: Name to use in the frontend.
required: false
default: source entity ID meter
default: source entity ID integral
type: string
unique_id:
description: An ID that uniquely identifies the integration sensor. Set this to a unique value to allow customization through the UI.