All Projects → finity69x2 → nws_alerts

finity69x2 / nws_alerts

Licence: other
An updated version of the nws_alerts custom integration for Home Assistant

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nws alerts

Gladys
A privacy-first, open-source home assistant
Stars: ✭ 1,874 (+7708.33%)
Mutual labels:  home, assistant
433MHz Tx Rx
Arduino based 433MHz Tx and Rx combo using Manchester protocol
Stars: ✭ 27 (+12.5%)
Mutual labels:  weather, sensor
Scheduler Card
HA Lovelace card for control of scheduler entities
Stars: ✭ 154 (+541.67%)
Mutual labels:  home, assistant
Hasskit
HassKit is a Touch-Friendly - Zero Config App to help users instantly start using Home Assistant
Stars: ✭ 281 (+1070.83%)
Mutual labels:  home, assistant
lovelace-collapsable-cards
A custom Lovelace card that hides other cards behind a dropdown toggle
Stars: ✭ 83 (+245.83%)
Mutual labels:  home, assistant
Hass Config
A different take on designing a Lovelace UI
Stars: ✭ 1,307 (+5345.83%)
Mutual labels:  home, assistant
Hb Uni Sen Wea
Selbstbau-Wetterstation für HomeMatic
Stars: ✭ 51 (+112.5%)
Mutual labels:  weather, sensor
Hass Custom Alarm
Yet another take on a home assistant custom alarm
Stars: ✭ 213 (+787.5%)
Mutual labels:  home, assistant
Home Assistant Hisense TV
Integration of smart TVs from Hisense on Home Assistant Core
Stars: ✭ 30 (+25%)
Mutual labels:  home, assistant
BME680
Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
Stars: ✭ 30 (+25%)
Mutual labels:  weather, sensor
Home Assistant EDP Box
Integração das EDP Box com Home Assistant Core
Stars: ✭ 91 (+279.17%)
Mutual labels:  home, assistant
epaper-clock-and-more
e-paper clock + weather + AQI + traffic delays - using Waveshare 2.7inch & 4.2inch eink displays running on Raspberry Pi
Stars: ✭ 34 (+41.67%)
Mutual labels:  weather, alerts
sauresha
Integrations Saures controller to HA
Stars: ✭ 26 (+8.33%)
Mutual labels:  sensor, assistant
Alarmo
Easy to use alarm system integration for Home Assistant
Stars: ✭ 131 (+445.83%)
Mutual labels:  home, assistant
alarmo-card
Home Assistant card for controlling the Alarmo component
Stars: ✭ 59 (+145.83%)
Mutual labels:  home, assistant
Compass
Compass on Android
Stars: ✭ 47 (+95.83%)
Mutual labels:  weather, sensor
homeassistant-config
My Home Assistant Configuration
Stars: ✭ 22 (-8.33%)
Mutual labels:  sensor, assistant
python-awips
A framework for querying AWIPS meteorological datasets from an EDEX Data Server.
Stars: ✭ 31 (+29.17%)
Mutual labels:  weather
programmable-air
A hardware kit to experiment with inflatable and vacuum based soft robotics.
Stars: ✭ 54 (+125%)
Mutual labels:  sensor
localizator
Localizator is a flutter application that provides your current/given position,and gives you weather Forecasts
Stars: ✭ 46 (+91.67%)
Mutual labels:  weather

Alerts from the US National Weather Service (nws_alerts)

An updated version of the nws_alerts custom integration for Home Assistant originally found at github.com/eracknaphobia/nws_custom_component

This integration retrieves updated weather alerts every minute from the US NWS API.

The integration presents the number of currently active alerts as the state of the sensor and lists many alert details as a list in the attributes of the sensor.

The sensor that is created is used in my "NWS Alerts Custom" package - https://github.com/finity69x2/nws_alerts/blob/master/packages/nws_alerts_custom_package.yaml

You can also display the generated alerts in your frontend - https://github.com/finity69x2/nws_alerts/blob/master/lovelace/alerts_tab

Installation:

Manually:

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

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

HACS:

open the HACS section of Home Assistant.

Click the "+ Explore & Add New repositories" button in the bottom right corner.

In the window that opens search for "NWS Alerts".

In the window that opens when you select it click om "Install This Repository in HACS"

After installing the integration you can then configure it using the instructions in the following section.

Configuration:

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:

- platform: nws_alerts
  zone_id: 'PAC049'

or enter comma separated values for multiple zones:

- platform: nws_alerts
  zone_id: 'PAC049,WVC031'

After you restart Home Assistant then you should have a new sensor called "sensor.nws_alerts" in your system.

You can overide the sensor default name ("sensor.nws_alerts") to one of your choosing by setting the "name:" option:

- platform: nws_alerts
  zone_id: 'INZ009,INC033'
  name: My NWS Alerts Sensor

Using the configuration example above the sensor will then be called "sensor.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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].