From 493d06bb025e8b732990e46483347c4344ac22b2 Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Wed, 13 May 2020 18:33:48 -0400 Subject: [PATCH] initial commit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index d070ac8..32e0f8b 100644 --- a/README.md +++ b/README.md @@ -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 + +/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' +``` +