From ce33989bdbf0445b165923a0d55946d944289b5f Mon Sep 17 00:00:00 2001 From: c727 Date: Thu, 19 Jul 2018 22:34:49 +0200 Subject: [PATCH] Lovelace: Add secondary info docs (#5816) --- source/_lovelace/entities.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index a727e42badb..01c0241fb61 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -49,6 +49,10 @@ name: required: false description: Overwrites friendly name. type: string +secondary_info: + required: false + description: "Show additional info. Values: `entity-id`, `last-changed`." + type: string {% endconfiguration %} ## {% linkable_title Example %}