From 42f1816d28c45eb9e77e259b3f4449df51a842e1 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Thu, 19 Mar 2020 01:22:30 -0400 Subject: [PATCH] Header Footer: Config Update (#12433) --- source/lovelace/header-footer.markdown | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/source/lovelace/header-footer.markdown b/source/lovelace/header-footer.markdown index 655ddd17cdc..9fb0b9e4c73 100644 --- a/source/lovelace/header-footer.markdown +++ b/source/lovelace/header-footer.markdown @@ -14,8 +14,9 @@ Screenshot of an entities card with a picture header and buttons footer. Widget to show a picture as a header or a footer. A picture can have touch actions associated with it. ```yaml -type: picture -image: 'https://www.home-assistant.io/images/lovelace/header-footer/balloons-header.png' +header: + type: picture + image: 'https://www.home-assistant.io/images/lovelace/header-footer/balloons-header.png' ``` {% configuration header-footer %} @@ -46,13 +47,14 @@ double_tap_action: Widget to show entities as buttons in the header or footer. ```yaml -type: buttons -entities: - - script.launch_confetti - - entity: script.swirl_lights - icon: 'mdi:track-light' - - entity: script.run_siren - icon: 'mdi:alarm-light' +footer: + type: buttons + entities: + - script.launch_confetti + - entity: script.swirl_lights + icon: 'mdi:track-light' + - entity: script.run_siren + icon: 'mdi:alarm-light' ``` {% configuration header-footer %}