From 84ec69b2260916b56d14c0bb158428249b8fc037 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Tue, 27 Nov 2018 14:29:54 -0500 Subject: [PATCH] Add name variable (#7661) --- source/_lovelace/thermostat.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_lovelace/thermostat.markdown b/source/_lovelace/thermostat.markdown index 3ae760f8d4c..5c29f7d3d7e 100644 --- a/source/_lovelace/thermostat.markdown +++ b/source/_lovelace/thermostat.markdown @@ -26,6 +26,11 @@ entity: required: true description: Entity id of `climate` domain type: string +name: + required: false + description: Overwrites friendly name. + type: string + default: Name of Entity. {% endconfiguration %} ## {% linkable_title Example %}