From b60b52ead7c436f5f5c32baf900276365bde72b7 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Wed, 1 Apr 2020 19:20:02 -0400 Subject: [PATCH] Add Markdown Card Changes (#12627) * Add Markdown Card Changes * Update source/_posts/2020-04-08-release-108.markdown Co-Authored-By: Franck Nijhof * Move up to be next to Lovelace changes Co-authored-by: Franck Nijhof --- source/_posts/2020-04-08-release-108.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_posts/2020-04-08-release-108.markdown b/source/_posts/2020-04-08-release-108.markdown index 38a18ed3edc..6c976b165cf 100644 --- a/source/_posts/2020-04-08-release-108.markdown +++ b/source/_posts/2020-04-08-release-108.markdown @@ -154,6 +154,9 @@ Before and after screenshot for the Horizontal Stack improvements. - The graph from the sensor card is now also available as a footer for the entities and entity card. +- The markdown card has a new `user` variable that can be used to display the + currently logged in user. + - Cameras added using the [ONVIF][onvif docs] integration now automatically use the still images provided by the camera, instead of Home Assistant generating one. Nice work [@roleoroleo]!