Picture elements tooltip (#9342)

* Tooltip docs

* Updated
This commit is contained in:
Yosi Levy 2019-05-02 21:31:44 +03:00 committed by Paulus Schoutsen
parent b44754474f
commit cefa6834cc

View File

@ -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