mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add unique_id to history_stats.markdown (#27371)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
6dc8fa8d1e
commit
8f749f578a
@ -48,6 +48,10 @@ entity_id:
|
|||||||
description: The entity you want to track.
|
description: The entity you want to track.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
unique_id:
|
||||||
|
description: An ID that uniquely identifies this entity. Set this to a unique value to allow customization through the UI.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
state:
|
state:
|
||||||
description: The states you want to track.
|
description: The states you want to track.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user