From 44de082550c87711ac18b2c7d8863f66c04add7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Braun?= Date: Wed, 27 Dec 2023 11:11:07 +0100 Subject: [PATCH] Add fit_zones documentation for map card (#30021) --- source/_dashboards/map.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/map.markdown b/source/_dashboards/map.markdown index 203859950d3..ed3f48e4c98 100644 --- a/source/_dashboards/map.markdown +++ b/source/_dashboards/map.markdown @@ -38,6 +38,11 @@ auto_fit: description: The map will follow moving `entities` by adjusting the viewport of the map each time an entity is updated. type: boolean default: false +fit_zones: + required: false + description: Whether the map should consider the zones in the list of specified entities when fitting its viewport. + type: boolean + default: false title: required: false description: The card title.