mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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.
|
||||
type: integer
|
||||
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 %}
|
||||
|
||||
{% important %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user