Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky authored Jul 29, 2021
1 parent 4b9aa8b commit 816cb6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ automation:
{{ states.sensor.p2000.state + "\n" + states.sensor.p2000.attributes.disciplines }}
```

If you want an OpenStreetMap link included (if GPS locaton was found using OpenCage):
If you want an OpenStreetMap link included (if GPS location was found using OpenCage):
```
automation:
- alias: "Melding P2000 Bericht"
Expand All @@ -433,7 +433,7 @@ automation:
{{ states.sensor.p2000.state + "\n" + states.sensor.p2000.attributes.disciplines + "\n" + states.sensor.p2000.attributes.mapurl }}
```

If you want to use native Telegram location support (if GPS locaton was found using OpenCage):
If you want to use native Telegram location support (if GPS location was found using OpenCage):
```
automation:
- alias: "Melding P2000 Bericht"
Expand Down

0 comments on commit 816cb6c

Please sign in to comment.