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 20, 2020
1 parent aa4b3b7 commit 35272a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Clone the Repository and copy the "nws_alerts" directory to your "custom_compone

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.

There are two ways to configure this integration.

Manually via an entry in your configuration.yaml file:

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

```
Expand All @@ -42,4 +46,7 @@ You can overide the sensor default name ("sensor.nws_alerts") to one of your cho
name: My NWS Alerts Sensor
```

Or you can configure the integration via the "Configuration->Integrations" section of the Home Assistant UI.

Look for the integration labeled "NWS Alerts"
Using the configuration example above the sensor will then be called "sensor.my_nws_alerts_sensor"

0 comments on commit 35272a6

Please sign in to comment.