From f4d374a61ed14e7994c51074bd6d3b493836f746 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Thu, 29 Nov 2018 11:04:38 -0500 Subject: [PATCH] Add Name Variable - Weather (#7665) * Add Name Variable * Minor change --- source/_lovelace/weather-forecast.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index c636319db9a..052245e79c5 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -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 %}