From 9343d9d50cafcdb6bd169532a7879e7b30b860c7 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Fri, 15 Jan 2021 19:34:30 +0100 Subject: [PATCH] Small tweaks to header/footer for cards (#16174) Co-authored-by: Franck Nijhof --- source/lovelace/header-footer.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/lovelace/header-footer.markdown b/source/lovelace/header-footer.markdown index e0dcd885f3a..5e45a00c7b4 100644 --- a/source/lovelace/header-footer.markdown +++ b/source/lovelace/header-footer.markdown @@ -26,7 +26,7 @@ type: type: string image: required: true - description: The URL of an image. + description: The URL of an image type: string tap_action: required: false @@ -65,15 +65,15 @@ entities: keys: entity: required: true - description: The entity to render. + description: The entity to render type: string icon: required: false - description: Override the entity icon. + description: Override the entity icon type: string image: required: false - description: Override the entity image. + description: Override the entity image type: string name: required: false @@ -100,11 +100,11 @@ footer: {% configuration header-footer %} entity: required: true - description: Entity id of `sensor` domain + description: Entity ID of `sensor` domain type: string detail: required: false - description: Detail of the graph `1` or `2`, `1` equals one point/hour, `2` equals six points/hour + description: "Detail level of the graph: `1` or `2` (`1` = one point/hour, `2` = six points/hour)" type: integer default: 1 hours_to_show: