Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion source/_lovelace/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down