Add Name Variable - Weather (#7665)

* Add Name Variable

* Minor change
This commit is contained in:
Zack Arnett 2018-11-29 11:04:38 -05:00 committed by Fabian Affolter
parent fd2bc6c43a
commit f4d374a61e

View File

@ -26,6 +26,11 @@ entity:
required: true
description: "The `entity_id` of the `weather` platform to use."
type: string
name:
required: false
description: Overwrites the friendly name.
type: string
default: Entity Name
{% endconfiguration %}
{% linkable_title Example %}