From 2b42de6f34b7dc1215dc913a093d2ebf31b27d36 Mon Sep 17 00:00:00 2001 From: c727 Date: Wed, 18 Jul 2018 15:43:50 +0200 Subject: [PATCH] Lovelace: Add secondary info docs --- source/_lovelace/entities.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index a727e42badb4..01c0241fb617 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 %}