diff --git a/source/dashboards/badges.markdown b/source/dashboards/badges.markdown index e4688ab7cc7..09294582a3f 100644 --- a/source/dashboards/badges.markdown +++ b/source/dashboards/badges.markdown @@ -66,11 +66,21 @@ show_entity_picture: description: If your entity has a picture, it will replace the icon. type: boolean default: false -display_type: +show_name: 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). - type: string - default: standard + description: Show the name + type: boolean + 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: required: false description: > diff --git a/source/images/dashboards/badge_configure.png b/source/images/dashboards/badge_configure.png index c0d9942e103..bef9122b908 100644 Binary files a/source/images/dashboards/badge_configure.png and b/source/images/dashboards/badge_configure.png differ