2.5.4 • Published 8 months ago

meteoalarm-card v2.5.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Meteoalarm Card

version hacs_badge GitHub Workflow Status downloads

MeteoalarmCard is a powerful yet simple custom card to show meteorological warnings card for Home Assistant. It supports most of the core integrations as well as custom integrations like MeteoAlarm, Météo-France, NINA, DWD and more! When there are any alerts issued, card will change color to let you know about upcoming dangerous conditions.

cover

Installing

HACS

We recommend installing MeteoalarmCard via Home Assistant Community Store

Just search for Meteoalarm Card in Frontend tab and hit download.

Manual Installation

  1. Download meteoalarm-card.js file from the latest release.
  2. Put meteoalarm-card.js file into your config/www folder. You can use File Editor add-on or any FTP client.
  3. Add reference to meteoalarm-card.js in Lovelace. There's two way to do that:
    1. Using UI: Navigate to Lovelace Resources → Click Plus button → Set URL as /local/meteoalarm-card.js → Set Resource type as JavaScript Module. Note: If you do not see the Resources Tab, you will need to enable Advanced Mode in your User Profile
    2. Using YAML: Add following code to lovelace section.
      resources:
        - url: /local/meteoalarm-card.js
          type: module
  4. Add custom:meteoalarm-card to Lovelace UI as any other card.

Using the card

After completing installation you can add this card like any other to your dashboard.

  1. Navigate to your dashboard → click 3 dots in the top left corner.
  2. Select Edit Dashboard
  3. Click + New Card button
  4. Select Custom: Meteoalarm Card

Here is what configuration options mean:

NameTypeDefaultDescription
typestringRequiredcustom:meteoalarm-card
integrationstringRequiredName of the integration. Available options are listed under Supported integrations
entitiesarrayRequiredEntity ID, a list of entity IDs or a list of entity objects.
override_headlinebooleanfalseOnly some integrations Override headline proved by integration by generated one.
scaling_modestringheadline_and_scaleHeadline scaling mode. See scaling-mode.md
disable_swiperbooleanfalseOnly some integrations Disable slider when displaying multiple alerts, you may not see some important alerts.
hide_captionbooleanfalseDWD only Hide top-right caption when showing advance alerts.
hide_when_no_warningbooleanfalseHide the card when no warning is active. This works like a conditional card.
ignored_levels*array[]List of levels that will not be shown on the card. Possible values are: Yellow, Orange and Red
ignored_events*array[]List of events that will not be shown on the card. Possible values are: Nuclear Event, Hurricane, Tornado,Coastal Event,Tsunami,Forest Fire,Avalanches,Earthquake,Volcanic Activity,Flooding,Sea Event,Thunderstorms,Rain,Snow/Ice,High Temperature,Low Temperature,Dust,Wind, Fog, Air Quality and Unknown Event

* Not available thought visual editor

Example configuration for Meteoalarm:

type: 'custom:meteoalarm-card'
integration: 'meteoalarm'
entities: 'binary_sensor.meteoalarm'
override_headline: false

Example configuration for Deutscher Wetterdienst (DWD):

type: 'custom:meteoalarm-card'
integration: 'dwd'
entities:
  - entity: 'sensor.dwd_weather_warnings_current_warning_level'
  - entity: 'sensor.dwd_weather_warnings_advance_warning_level'
override_headline: false

Supported languages

This card supports translations. Please, help to add more translations and improve existing ones. Here's a list of supported languages:

  • English
  • Български (Bulgarian)
  • Čeština (Czech)
  • Deutsch (German)
  • Eesti (Estonian)
  • Español (Spanish)
  • Français (French)
  • Hrvatski (Croatian)
  • Italiano (Italian)
  • Nederlands (Dutch)
  • Polski (Polish)
  • Português (Portuguese)
  • Slovenský (Slovak)
  • Svenska (Swedish)
  • Your language?

Supported integrations

Expect Meteoalarm this card supports many other integrations:

IntegrationKeyDescription
MeteoAlarmmeteoalarmWarnings for Europe collected by MeteoAlarm (EUMETNET). The website integrates all important severe weather information originating from the official National Public Weather Services across a large number of European countries
Météo-FrancemeteofranceWarnings for France from Météo-France.
Deutscher Wetterdienst (DWD)dwdWarnings for Germany from Dutscher Wetterdienst.
Environnement Canadaenv_canadaWarnings for Canada from Environment and Climate Change Canada.
NINAninaWarnings for Germany from Bundesamt für Bevölkerungsschutz und Katastrophenhilfe. This integration doesn't provide much atributes thus using it generates very generic card.
Burze.dzis.netburze_dzis_netCustom integration for warnings in Poland from Burze.dzis.net. These warnings are issued by Skywarn / Polscy Łowcy Burz which is not backed by government or any official agency.
weatheralertsweatheralertsCustom integration for USA from National Weather Service (NWS).
New integration?You can request a new integration to be added here!

Contributing

Want to contribute to the project?

First of all, thanks! Check contributing guidelines for more information.

2.5.0

11 months ago

2.5.2

10 months ago

2.5.1

11 months ago

2.5.4

8 months ago

2.5.3

10 months ago

2.4.3

1 year ago

2.4.2

1 year ago

2.3.0

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

2.2.0

2 years ago

2.0.0-rc.2

2 years ago

2.0.0-rc.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.14.1

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.11.0

3 years ago

1.10.4

3 years ago

1.10.3

3 years ago

1.10.2

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.7.2

3 years ago

1.8.0

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago