mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Fix badge show_name/state configuration (#34982)
This commit is contained in:
parent
0a7ce3e0ba
commit
b637b73810
@ -75,7 +75,7 @@ show_name:
|
|||||||
required: false
|
required: false
|
||||||
description: Show the name
|
description: Show the name
|
||||||
type: boolean
|
type: boolean
|
||||||
default: "true"
|
default: "false"
|
||||||
show_icon:
|
show_icon:
|
||||||
required: false
|
required: false
|
||||||
description: Show the icon
|
description: Show the icon
|
||||||
@ -85,7 +85,7 @@ show_state:
|
|||||||
required: false
|
required: false
|
||||||
description: Show the state.
|
description: Show the state.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: "false"
|
default: "true"
|
||||||
state_content:
|
state_content:
|
||||||
required: false
|
required: false
|
||||||
description: >
|
description: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user