mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Update map.markdown (#36465)
This commit is contained in:
parent
39c556cb31
commit
9a9ed01717
@ -125,7 +125,7 @@ name:
|
|||||||
label_mode:
|
label_mode:
|
||||||
required: false
|
required: false
|
||||||
default: name
|
default: name
|
||||||
description: When set to `state`, renders the entity's state as the label for the map marker instead of the entity's name. This option doesn't apply to [zone](/integrations/zone/) entities because they don't use a label but an icon.
|
description: When set to `icon`, renders the entity's icon in the marker instead of text. When set to `state`, renders the entity's state as the label for the map marker instead of the entity's name. This option doesn't apply to [zone](/integrations/zone/) entities because they don't use a label but an icon.
|
||||||
type: string
|
type: string
|
||||||
focus:
|
focus:
|
||||||
required: false
|
required: false
|
||||||
@ -143,6 +143,11 @@ source:
|
|||||||
required: true
|
required: true
|
||||||
description: Name of a geolocation source, or `all`.
|
description: Name of a geolocation source, or `all`.
|
||||||
type: string
|
type: string
|
||||||
|
label_mode:
|
||||||
|
required: false
|
||||||
|
default: name
|
||||||
|
description: When set to `icon`, renders the geolocation entity's icon in the marker instead of text. When set to `state`, renders the entity's state as the label for the map marker instead of the entity's name.
|
||||||
|
type: string
|
||||||
focus:
|
focus:
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user