mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +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:
|
||||
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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user