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
6 changes: 5 additions & 1 deletion source/_dashboards/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,13 @@ style:
description: '[Position and style the element](#how-to-use-the-style-object) using CSS.'
type: map
default: "position: absolute, transform: translate(-50%, -50%)"
name:
required: false
description: An optional alternative name displayed below the state badge. Defaults to the entity name if not provided. Set to null to hide.
type: string
title:
required: false
description: State badge tooltip. Set to null to hide.
description: State badge tooltip. Defaults to the entity name if not provided. Set to null to hide.
type: string
tap_action:
required: false
Expand Down