mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Fix default names of derivative and integration (#23280)
This commit is contained in:
parent
bc37708fd5
commit
8b8740e779
@ -58,7 +58,7 @@ source:
|
|||||||
name:
|
name:
|
||||||
description: Name to use in the frontend.
|
description: Name to use in the frontend.
|
||||||
required: false
|
required: false
|
||||||
default: source entity ID meter
|
default: source entity ID derivative
|
||||||
type: string
|
type: string
|
||||||
round:
|
round:
|
||||||
description: Round the calculated derivative value to at most N decimal places.
|
description: Round the calculated derivative value to at most N decimal places.
|
||||||
|
@ -65,7 +65,7 @@ source:
|
|||||||
name:
|
name:
|
||||||
description: Name to use in the frontend.
|
description: Name to use in the frontend.
|
||||||
required: false
|
required: false
|
||||||
default: source entity ID meter
|
default: source entity ID integral
|
||||||
type: string
|
type: string
|
||||||
unique_id:
|
unique_id:
|
||||||
description: An ID that uniquely identifies the integration sensor. Set this to a unique value to allow customization through the UI.
|
description: An ID that uniquely identifies the integration sensor. Set this to a unique value to allow customization through the UI.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user