From b637b7381066e6a25a86c8e6bd4cbb141a28c6bb Mon Sep 17 00:00:00 2001 From: Max Rumpf Date: Mon, 30 Sep 2024 18:29:18 +0200 Subject: [PATCH] Fix badge show_name/state configuration (#34982) --- source/dashboards/badges.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/dashboards/badges.markdown b/source/dashboards/badges.markdown index 4ee0e273412..13a2673b1a9 100644 --- a/source/dashboards/badges.markdown +++ b/source/dashboards/badges.markdown @@ -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: >