From 53d927f089d1cf5f721533e96f011c2d4f435a5b Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Tue, 27 Nov 2018 14:24:07 -0500 Subject: [PATCH] Add Name to variables (#7663) --- source/_lovelace/plant-status.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_lovelace/plant-status.markdown b/source/_lovelace/plant-status.markdown index 0b7270e3f76..82e694fb22a 100644 --- a/source/_lovelace/plant-status.markdown +++ b/source/_lovelace/plant-status.markdown @@ -26,6 +26,11 @@ entity: required: true description: "Entity id of `plant` domain" type: string +name: + required: false + description: Overwrites Friendly Name + type: string + default: Entity Name {% endconfiguration %} ## {% linkable_title Example %}