mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add unique ID to weather template (#16869)
This commit is contained in:
parent
57acb255da
commit
63d0f4a034
@ -40,6 +40,10 @@ name:
|
|||||||
description: Name to use in the frontend.
|
description: Name to use in the frontend.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
unique_id:
|
||||||
|
description: An ID that uniquely identifies this weather entity. Set this to a unique value to allow customization through the UI.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
condition_template:
|
condition_template:
|
||||||
description: The current weather condition.
|
description: The current weather condition.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user