All Projects → custom-components → weatheralerts

custom-components / weatheralerts

Licence: MIT license
A sensor that gives you weather alerts from alerts.weather.gov.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to weatheralerts

wienerlinien
A sensor that give you information about next departure from spesified stop.
Stars: ✭ 20 (-78.49%)
Mutual labels:  homeassistant, custom-components
ha skyfield
See the apparent positions of the Sun, Moon, and planets in this home assistant custom component
Stars: ✭ 26 (-72.04%)
Mutual labels:  homeassistant, custom-components
custom-component-store
📦 Manage your custom_components for Home Assistant
Stars: ✭ 12 (-87.1%)
Mutual labels:  homeassistant, custom-components
hass-pandora-cas
Home Assistant custom component for Pandora Car Alarm System
Stars: ✭ 15 (-83.87%)
Mutual labels:  homeassistant, custom-components
youtube
A platform which give you info about the newest video on a channel
Stars: ✭ 40 (-56.99%)
Mutual labels:  homeassistant, custom-components
hass-foldingathomecontrol
Homeassistant integration for FoldingAtHomeControl
Stars: ✭ 15 (-83.87%)
Mutual labels:  homeassistant
pysma
Async library for SMA Solar's WebConnect interface
Stars: ✭ 44 (-52.69%)
Mutual labels:  homeassistant
homeassistant-microsoft-todo
The integration allows you to create tasks in Microsoft To Do from Home Assistant.
Stars: ✭ 86 (-7.53%)
Mutual labels:  homeassistant
charger-card
A lovelace card for electrical vehicle (EV) home chargers and charging robots.
Stars: ✭ 57 (-38.71%)
Mutual labels:  homeassistant
hassio-addons
Homegear as a Hassio add-on
Stars: ✭ 14 (-84.95%)
Mutual labels:  homeassistant
luxtronik
Luxtronik integration for Home Assistant
Stars: ✭ 50 (-46.24%)
Mutual labels:  homeassistant
homeassistant-coronavirus-hessen
[Unmaintained] Home Assistant component to scrape the current SARS-CoV-2 data for the German state of Hessen from the website of the Hessisches Ministerium für Soziales und Integration.
Stars: ✭ 15 (-83.87%)
Mutual labels:  homeassistant
home-assistant-theme-outline
🎨 Home Assistant Theme: Outline
Stars: ✭ 20 (-78.49%)
Mutual labels:  homeassistant
addon-base
Docker base images (Alpine) - Home Assistant Community Add-ons
Stars: ✭ 25 (-73.12%)
Mutual labels:  homeassistant
winix
Home Assistant component for C545 Winix Air Purifier
Stars: ✭ 55 (-40.86%)
Mutual labels:  homeassistant
addon-bitwarden
Vaultwarden (Bitwarden) - Home Assistant Community Add-ons
Stars: ✭ 102 (+9.68%)
Mutual labels:  homeassistant
PlexMeetsHomeAssistant
Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click
Stars: ✭ 73 (-21.51%)
Mutual labels:  homeassistant
home-assistant-omnik-inverter
Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)
Stars: ✭ 45 (-51.61%)
Mutual labels:  homeassistant
HA-SleepAsAndroid
Sleep As Android integration for Home Assistant
Stars: ✭ 91 (-2.15%)
Mutual labels:  homeassistant
terneo thermostat
Terneo thermostat component for Home Assistant
Stars: ✭ 24 (-74.19%)
Mutual labels:  homeassistant

An integration to get weather alerts from weather.gov

GitHub release (latest by date) GitHub hacs_badge

GitHub stars GitHub GitHub issues GitHub commits since latest release (by SemVer)

Breaking changes

v0.1.2

  • The YAML packages currently available for weatheralerts v0.1.2 are not compatible with prior versions of weatheralerts. Older YAML packages should still work with weatheralerts v0.1.2, however, the most recent YAML package files contain new features and fixes.

Installation Quickstart

This qickstart install guide assumes you are already familiar with custom component installation and with the Home Assistant YAML configuration. If you need more detailed step-by-step instructions, check the links at the bottom for detailed instructions. Troubleshooting information, weatheralerts YAML package information, and Lovelace UI examples are also included in the Links at the bottom.

Install the weatheralerts integration via HACS. After installing via HACS, don't restart Home Assistant yet. We will do that after completing the YAML platform configuration.

You will need to find your zone and county codes by looking for your state or marine zone at https://alerts.weather.gov/. Once you find your state or marine zone, click into the Zone List and County List links and find the Zone Code and County Code your county. All you need are just the first two letters (your state or marine zone abbreviation) and the last three digits (zone/county ID number) of your zone code and county code to put into the platform configuration. The zone and county ID numbers are not usually the same number, so be sure to look up both codes.

Once installed and you have your state (or marine zone) abbreviation and ID numbers, add the weatheralerts sensor platform to your configuration. If your state is Wisconsin and your county is Outagamie, then the state abbreviation is WI, the zone ID number is 038, and the county ID number is 087. For the ID numbers, remove any leading zeros and your YAML platform configuration would look something like this:

sensor:
  platform: weatheralerts
  state: WI
  zone: 38
  county: 87

Once your configuration is saved, restart Home Assistant.

That completes the integration (custom component) installation.

Check the Links below for more detailed instructions, troubleshooting, and for YAML package and Lovelace UI usage and examples.

Updating via HACS

Check the Breaking Changes section of this README to see if you need to manually update the YAML packages or make any changes to your custom YAML or Lovelace UI cards. Simply use the Update button for the weatheralerts integration within HACS if there are no breaking changes and then restart Home Assistant.

Links

Todo list

  • Add more documentation
  • Add config flow to allow UI-based configuration (eliminate yaml-based platform configuration)
  • Create alternative (possibly simpler) YAML package or move some template sensors into the integration
  • Add backup weather alert source for occasions when weather.gov json feed is experiencing an outage
  • Add Canadian weather 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].