From 4ce142f47c9f212cc96a072128b5de0ba84b105c Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Tue, 26 Nov 2019 21:50:23 +0100 Subject: [PATCH] add last-triggered to secondary_info (#11221) adding info to the docs following PR https://github.com/home-assistant/home-assistant-polymer/pull/4222 which add last-triggered to the secondary_info options --- source/_lovelace/entities.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 23c614811b4..68d61c8e11b 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -61,7 +61,7 @@ image: type: string secondary_info: required: false - description: "Show additional info. Values: `entity-id`, `last-changed`." + description: "Show additional info. Values: `entity-id`, `last-changed`, `last-triggered' (only for automations and scripts)." type: string format: required: false