Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion source/_lovelace/map.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ type:
type: string
entities:
required: true
description: List of entity IDs.
description: List of entity IDs. Either this or the `geo_location_sources` configuration option is required.
type: list
geo_location_sources:
required: true
description: List of geolocation sources. All current entities with that source will be displayed on the map. See [Geo Location](/components/geo_location/) platform for valid sources. Either this or the `entities` configuration option is required.
type: list
title:
required: false
Expand Down Expand Up @@ -61,3 +65,11 @@ default_zoom:
- device_tracker.demo_paulus
- zone.home
```

```yaml
- type: map
geo_location_sources:
- nsw_rural_fire_service_feed
entities:
- zone.home
```