From 0f30e41d614e6667217880786307a92204fe5d5d Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Tue, 27 Nov 2018 12:45:45 -0500 Subject: [PATCH 1/2] Add Name Variable --- 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 c636319db9ab..70b4b7781091 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 Friendly Name + type: string + default: Entity Name {% endconfiguration %} {% linkable_title Example %} From a0a4dedd454a56e681179a263980a684f202b612 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 Nov 2018 16:48:26 +0100 Subject: [PATCH 2/2] Minor change --- source/_lovelace/weather-forecast.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 70b4b7781091..052245e79c57 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -28,7 +28,7 @@ entity: type: string name: required: false - description: Overwrites Friendly Name + description: Overwrites the friendly name. type: string default: Entity Name {% endconfiguration %}