From 09e13dac08553188ba6f841cdf1417460b514260 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Thu, 20 Apr 2023 00:56:31 +0300 Subject: [PATCH] Update entities.markdown (#26979) The `show_name` options has a `false` default value. --- source/_dashboards/entities.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_dashboards/entities.markdown b/source/_dashboards/entities.markdown index 7efa6538ffd..cf7fb6ef867 100644 --- a/source/_dashboards/entities.markdown +++ b/source/_dashboards/entities.markdown @@ -227,7 +227,7 @@ entities: required: false description: If false, the button name is not shown. type: boolean - default: "true" + default: "false" show_icon: required: false description: If false, the icon is not shown.