From 856914a71bf10e7c56d6a73759a89e94a7a2846c Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 3 Oct 2023 15:03:27 +0200 Subject: [PATCH] Explain how label mode options works with zone entities (#29118) --- source/_dashboards/map.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_dashboards/map.markdown b/source/_dashboards/map.markdown index 890e9535a0f..32557e1065e 100644 --- a/source/_dashboards/map.markdown +++ b/source/_dashboards/map.markdown @@ -91,7 +91,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. + 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. type: string focus: required: false