Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored May 13, 2020
1 parent 6b2e386 commit 2ec0c07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ You will end up with two files in that directory - ```"sensor.py"``` and ```"__i

## Configuration:

To create a sensor instance add to your sensor definitions:
You can find your Zone or County ID by going to https://alerts.weather.gov/, scroll down to your state and click on the “zone list” and/or "county list" then look for the entry for your county.

To create a sensor instance add the following configuration to your sensor definitions using the zone_id found above:

```
- platform: nws_alerts
zone_id: 'PAC049'
```

or comma separated valuesfor multiple zones:
or enter comma separated values for multiple zones:

```
- platform: nws_alerts
Expand Down

0 comments on commit 2ec0c07

Please sign in to comment.