From 353cfff422cb5de66dd956d7368fe2a3813b1fa5 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sun, 8 Nov 2020 06:52:47 -0600 Subject: [PATCH] Lovelace: Add last-updated option to secondary_info (#15483) --- 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 91b8cc1acc0..9f273dde59c 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -76,7 +76,7 @@ image: type: string secondary_info: required: false - description: "Show additional info. Values: `entity-id`, `last-changed`, `last-triggered` (only for automations and scripts), `position` or `tilt-position` (only for supported covers), `brightness` (only for lights)." + description: "Show additional info. Values: `entity-id`, `last-changed`, `last-updated`, `last-triggered` (only for automations and scripts), `position` or `tilt-position` (only for supported covers), `brightness` (only for lights)." type: string format: required: false