From 28c56e706f81ff606c1865657aad4a96057a1bbb Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:24:06 +0300 Subject: [PATCH] Map card: add "unit" option (#38535) --- source/_dashboards/map.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_dashboards/map.markdown b/source/_dashboards/map.markdown index 27197ccdb2a..053b08c88ab 100644 --- a/source/_dashboards/map.markdown +++ b/source/_dashboards/map.markdown @@ -141,6 +141,10 @@ attribute: required: false description: An entity's attribute when `label_mode` set to `attribute`. type: string +unit: + required: false + description: A unit for a value of an attribute when `label_mode` set to `attribute`. + type: string focus: required: false default: true @@ -166,6 +170,10 @@ attribute: required: false description: An entity's attribute when `label_mode` set to `attribute`. type: string +unit: + required: false + description: A unit for a value of an attribute when `label_mode` set to `attribute`. + type: string focus: required: false default: true