From 86b6763cc83b81ed606aef544c312d5db26f3a46 Mon Sep 17 00:00:00 2001 From: sjabby Date: Sun, 8 Jul 2018 21:56:02 +0200 Subject: [PATCH] Update plant-status.markdown Minor cleanup and fixing typos Changed all config sections to use {% configuration %} tag. --- source/_lovelace/plant-status.markdown | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/source/_lovelace/plant-status.markdown b/source/_lovelace/plant-status.markdown index d6b40de5742..11f791b6499 100644 --- a/source/_lovelace/plant-status.markdown +++ b/source/_lovelace/plant-status.markdown @@ -10,7 +10,6 @@ sharing: true footer: true --- -### Plant status A card for all the lovely botanists out there.

@@ -18,14 +17,20 @@ A card for all the lovely botanists out there. Screenshot of the plant status card.

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