Skip to content

Commit

Permalink
Add example lovelace map card (home-assistant#16329)
Browse files Browse the repository at this point in the history
  • Loading branch information
tels7ar committed Jan 28, 2021
1 parent 55df279 commit a62b3c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/_integrations/usgs_earthquakes_feed.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,15 @@ geo_location:
latitude: 35.899722
longitude: -120.432778
```
## Card Example

Assuming you configure this service using `feed_type: past_week_all_earthquakes`, you can create a corresponding map card in the Lovelace UI with the following card:
```yaml
type: map
name: Earthquakes
geo_location_sources:
- usgs_earthquakes_feed
entities:
- zone.home
title: Nearby Earthquakes Last Week
```

0 comments on commit a62b3c4

Please sign in to comment.