From 35272a6165726073d54c31f58bacecc49ed3d007 Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Wed, 20 May 2020 11:38:08 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 56c53f5..8e906b8 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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"