mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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
|
||||
description: Show the name
|
||||
type: boolean
|
||||
default: "true"
|
||||
default: "false"
|
||||
show_icon:
|
||||
required: false
|
||||
description: Show the icon
|
||||
@ -85,7 +85,7 @@ show_state:
|
||||
required: false
|
||||
description: Show the state.
|
||||
type: boolean
|
||||
default: "false"
|
||||
default: "true"
|
||||
state_content:
|
||||
required: false
|
||||
description: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user