mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
parent
b44754474f
commit
cefa6834cc
@ -56,6 +56,10 @@ style:
|
|||||||
description: Position and style the element using CSS.
|
description: Position and style the element using CSS.
|
||||||
type: object
|
type: object
|
||||||
default: "position: absolute, transform: translate(-50%, -50%)"
|
default: "position: absolute, transform: translate(-50%, -50%)"
|
||||||
|
title:
|
||||||
|
required: false
|
||||||
|
description: State badge tooltip. Set to null to hide.
|
||||||
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Icon representing an entity state %}
|
### {% linkable_title Icon representing an entity state %}
|
||||||
@ -73,6 +77,10 @@ icon:
|
|||||||
required: false
|
required: false
|
||||||
description: Overwrites icon.
|
description: Overwrites icon.
|
||||||
type: string
|
type: string
|
||||||
|
title:
|
||||||
|
required: false
|
||||||
|
description: Icon tooltip. Set to null to hide.
|
||||||
|
type: string
|
||||||
tap_action:
|
tap_action:
|
||||||
required: false
|
required: false
|
||||||
description: Action to take on tap
|
description: Action to take on tap
|
||||||
@ -149,6 +157,10 @@ suffix:
|
|||||||
required: false
|
required: false
|
||||||
description: Text after entity state.
|
description: Text after entity state.
|
||||||
type: string
|
type: string
|
||||||
|
title:
|
||||||
|
required: false
|
||||||
|
description: Label tooltip. Set to null to hide.
|
||||||
|
type: string
|
||||||
tap_action:
|
tap_action:
|
||||||
required: false
|
required: false
|
||||||
description: Action to take on tap
|
description: Action to take on tap
|
||||||
@ -245,7 +257,7 @@ icon:
|
|||||||
type: string
|
type: string
|
||||||
title:
|
title:
|
||||||
required: false
|
required: false
|
||||||
description: Icon tooltip.
|
description: Icon tooltip. Set to null to hide.
|
||||||
type: string
|
type: string
|
||||||
entity:
|
entity:
|
||||||
required: false
|
required: false
|
||||||
@ -319,6 +331,10 @@ entity:
|
|||||||
required: false
|
required: false
|
||||||
description: Entity to use for state_image and state_filter and also target for actions.
|
description: Entity to use for state_image and state_filter and also target for actions.
|
||||||
type: string
|
type: string
|
||||||
|
title:
|
||||||
|
required: false
|
||||||
|
description: Image tooltip. Set to null to hide.
|
||||||
|
type: string
|
||||||
tap_action:
|
tap_action:
|
||||||
required: false
|
required: false
|
||||||
description: Action to take on tap
|
description: Action to take on tap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user