From 7ec0e271ab1daf34cadf55297b878875d942fb14 Mon Sep 17 00:00:00 2001 From: c727 Date: Sun, 15 Jul 2018 22:48:53 +0200 Subject: [PATCH] Lovelace: new features for glance (#5795) * Lovelace: new features for glance * Fix cp --- source/_lovelace/glance.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 60cf0c469e5..9dc6c021bc7 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -30,6 +30,16 @@ title: required: false description: Card title type: string +show_title: + required: false + description: Show entity titles. + type: boolean + default: "true" +show_state: + required: false + description: Show entity state-text. + type: boolean + default: "true" {% endconfiguration %} ## {% linkable_title Options For Entities %} @@ -45,6 +55,11 @@ name: required: false description: Overwrites friendly name. type: string +tap_action: + required: false + description: "Set to `toggle` or `turn-on` for direct actions." + type: string + default: more-info {% endconfiguration %} ## {% linkable_title Examples %}