mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add new cluster
option to map card (#39019)
This commit is contained in:
parent
97477486c6
commit
ba7c2bd7d9
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user