From 0cc69fffc1cd11ae560fccd27a215254d780e188 Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Tue, 9 May 2023 02:55:01 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f70b7b5..f0ff312 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,20 @@ or enter comma separated values for multiple zones: zone_id: 'PAC049,WVC031' ``` +or by entering in specific GPS coordinates: + +``` +- platform: nws_alerts + gps_loc: 39.52, -119.81 +``` + +or, finally, by adding a device_tracker entity: + +``` +- platform: nws_alerts + tracker: 'device_tracker.your_tracker_entity' +``` + After you restart Home Assistant then you should have a new sensor called "sensor.nws_alerts" in your system. You can overide the sensor default name ("sensor.nws_alerts") to one of your choosing by setting the "name:" option: @@ -80,6 +94,4 @@ You can overide the sensor default name ("sensor.nws_alerts") to one of your cho name: My NWS Alerts Sensor ``` -Using the configuration example above the sensor will then be called "sensor.my_nws_alerts_sensor" - - +Using the configuration example above the sensor will then be called "sensor.my_nws_alerts_sensor".