mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
parent
b44754474f
commit
cefa6834cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user