From 86d8310106b5fea8b69c91c5cd29a9f6b7d2c2d6 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 7 Dec 2022 17:51:50 +0100 Subject: [PATCH] History graph card: Add new option "show_names" (#25157) --- source/_dashboards/history-graph.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/history-graph.markdown b/source/_dashboards/history-graph.markdown index a03674bb57d..d43210e4e6c 100644 --- a/source/_dashboards/history-graph.markdown +++ b/source/_dashboards/history-graph.markdown @@ -42,6 +42,11 @@ title: required: false description: The card title. type: string +show_names: + required: false + description: If false, no entity names are shown in the card. + type: boolean + default: true {% endconfiguration %} ## Options For Entities