Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored May 13, 2020
1 parent f4ecf62 commit 493d06b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# nws_alerts
An updated version of the nws_alerts custom integration for Home Assistant

Clone the Repository and copy the "nws_alerts" directory to your custom_components fold in your config directory

<config directory>/custom_components/nws_alerts/...

You will end up with two files in that directory - "sensor.py" and ```"__init__.py"```.

To create an sensor instance add to your sensor definitions:
```
- platform: nws_alerts
zone_id: 'PAC049'
```
or comma separated values

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

0 comments on commit 493d06b

Please sign in to comment.