Add unique ID to weather template (#16869)

This commit is contained in:
Franck Nijhof 2021-03-15 13:58:57 +01:00 committed by GitHub
parent 57acb255da
commit 63d0f4a034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,10 @@ name:
description: Name to use in the frontend.
required: true
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:
description: The current weather condition.
required: true