nurtext / MeteoalarmCard

Meteoalarm weather warnings card for Home Assistant Lovelace UI ⛈️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteoalarm Card

version hacs badge build status downloads

By default Home Assistant does not provide any card for Meteoalarm integration. This simple card shows you the current active meteorological warnings.

cover

Installing

HACS

We recommend installing meteoalarm card via Home Assistant Community Store

Just search for Meteoalarm Card in Frontend tab.

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.
  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
  5. Select meteoalarm entity. If you don't see one make sure you have configured Meteoalarm integration
type: 'custom:meteoalarm-card'
entity: 'binary_sensor.meteoalarm'

Supported languages

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

  • English (Default language)
  • Français (French)
  • Deutsch (German)
  • Nederlands (Dutch)
  • Polski (Polish)
  • Eesti (Estonian)
  • Your language?

Contributing

Want to contribute to the project?

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

About

Meteoalarm weather warnings card for Home Assistant Lovelace UI ⛈️

License:MIT License


Languages

Language:JavaScript 100.0%