Fix badge show_name/state configuration (#34982)

This commit is contained in:
Max Rumpf 2024-09-30 18:29:18 +02:00 committed by GitHub
parent 0a7ce3e0ba
commit b637b73810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: >