From cefa6834cc5987d53a6715922d820a923265ee75 Mon Sep 17 00:00:00 2001 From: Yosi Levy <37745463+yosilevy@users.noreply.github.com> Date: Thu, 2 May 2019 21:31:44 +0300 Subject: [PATCH] Picture elements tooltip (#9342) * Tooltip docs * Updated --- source/_lovelace/picture-elements.markdown | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index bcf17952745..d52ce2a9deb 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -56,6 +56,10 @@ style: description: Position and style the element using CSS. type: object default: "position: absolute, transform: translate(-50%, -50%)" +title: + required: false + description: State badge tooltip. Set to null to hide. + type: string {% endconfiguration %} ### {% linkable_title Icon representing an entity state %} @@ -73,6 +77,10 @@ icon: required: false description: Overwrites icon. type: string +title: + required: false + description: Icon tooltip. Set to null to hide. + type: string tap_action: required: false description: Action to take on tap @@ -149,6 +157,10 @@ suffix: required: false description: Text after entity state. type: string +title: + required: false + description: Label tooltip. Set to null to hide. + type: string tap_action: required: false description: Action to take on tap @@ -245,7 +257,7 @@ icon: type: string title: required: false - description: Icon tooltip. + description: Icon tooltip. Set to null to hide. type: string entity: required: false @@ -319,6 +331,10 @@ entity: required: false description: Entity to use for state_image and state_filter and also target for actions. type: string +title: + required: false + description: Image tooltip. Set to null to hide. + type: string tap_action: required: false description: Action to take on tap