From 9966b2311fa5159ccfb1bdf895a8fb8d3f1c29f6 Mon Sep 17 00:00:00 2001 From: sjabby Date: Sun, 8 Jul 2018 21:57:15 +0200 Subject: [PATCH] Update weather-forecast.markdown Minor cleanup and fixing typos Changed all config sections to use {% configuration %} tag. --- source/_lovelace/weather-forecast.markdown | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 693babad9a4..4a1a17cd4c3 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -17,13 +17,21 @@ Weather forecast is a card to display the weather. Very useful to include on int Screenshot of the weather card.

-| Name | Type | Default | Description -| ---- | ---- | ------- | ----------- -| type | string | **Required** | `weather-forecast` -| entity | string | **Required** | Entity id of `weather` domain +{% linkable_title Options %} + +{% configuration %} +type: + required: true + description: weather-forecast + type: string +entity: + required: true + description: "Entity id of `weather` domain" + type: string +{% endconfiguration %} -**Example** +{% linkable_title Example %} ```yaml - type: weather-forecast