mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Change entity badge display type to 3 booleans : name, state and icon (#34503)
This commit is contained in:
parent
598d9fc311
commit
8a411fb302
@ -66,11 +66,21 @@ show_entity_picture:
|
|||||||
description: If your entity has a picture, it will replace the icon.
|
description: If your entity has a picture, it will replace the icon.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
display_type:
|
show_name:
|
||||||
required: false
|
required: false
|
||||||
description: Type of display for the badge. It can be either `minimal` (icon only), `standard` (icon and state), or `complete` (icon, state, and name).
|
description: Show the name
|
||||||
type: string
|
type: boolean
|
||||||
default: standard
|
default: "true"
|
||||||
|
show_icon:
|
||||||
|
required: false
|
||||||
|
description: Show the icon
|
||||||
|
type: boolean
|
||||||
|
default: "true"
|
||||||
|
show_state:
|
||||||
|
required: false
|
||||||
|
description: Show the state.
|
||||||
|
type: boolean
|
||||||
|
default: "false"
|
||||||
state_content:
|
state_content:
|
||||||
required: false
|
required: false
|
||||||
description: >
|
description: >
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user