Add new cluster option to map card (#39019)

This commit is contained in:
Jan-Philipp Benecke 2025-05-14 11:28:09 +02:00 committed by GitHub
parent 97477486c6
commit ba7c2bd7d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,11 @@ hours_to_show:
description: Shows a path of previous locations. Hours to show as path on the map. description: Shows a path of previous locations. Hours to show as path on the map.
type: integer type: integer
default: 0 default: 0
cluster:
required: false
description: 'When set to `false`, the map will not cluster the markers. This is useful when you want to see all markers at once, but it may cause performance issues with a large number of markers.'
type: boolean
default: true
{% endconfiguration %} {% endconfiguration %}
{% important %} {% important %}