From 9a9ed0171713dbdc2bd5af30deae6ce317489edd Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:38:46 -0800 Subject: [PATCH] Update map.markdown (#36465) --- source/_dashboards/map.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_dashboards/map.markdown b/source/_dashboards/map.markdown index eadd522b5a6..f1bb649f315 100644 --- a/source/_dashboards/map.markdown +++ b/source/_dashboards/map.markdown @@ -125,7 +125,7 @@ name: label_mode: required: false default: name - description: When set to `state`, renders the entity's state as the label for the map marker instead of the entity's name. This option doesn't apply to [zone](/integrations/zone/) entities because they don't use a label but an icon. + description: When set to `icon`, renders the entity's icon in the marker instead of text. When set to `state`, renders the entity's state as the label for the map marker instead of the entity's name. This option doesn't apply to [zone](/integrations/zone/) entities because they don't use a label but an icon. type: string focus: required: false @@ -143,6 +143,11 @@ source: required: true description: Name of a geolocation source, or `all`. type: string +label_mode: + required: false + default: name + description: When set to `icon`, renders the geolocation entity's icon in the marker instead of text. When set to `state`, renders the entity's state as the label for the map marker instead of the entity's name. + type: string focus: required: false default: true