From 816cb6c28e85fa939b782c745bbc6e11e34bd74d Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Thu, 29 Jul 2021 11:47:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 202eb6e..e665d05 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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"