Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.46 KB

meteoalarm.md

File metadata and controls

50 lines (38 loc) · 2.46 KB

Homekit Infused 5

Content

Addons > MeteoAlarm

A nice weather alerts card for your views.

HACS Requirements

Name Type Description
Meteo Alarm Card Frontend A card that shows you weather alerts

You must have setup the meteoalarm integration in Home Assistant (you can do this in the integrations section of Home Assistant)

You can use any of the following options to modify your addon.

Stack and Addon Config

Name Required Default Description
title no undefined Set the title of the stack, ommitting this line will or setting title: hide will hide the title
view_layout no undefined This is best used in conjunction with the layout addon, but can also be used to control whether to show this stack on different screen sizes.
type no undefined Setting a type can make the stack condtional, this option will ONLY accept conditional
conditions no undefined Add entities and conditions, this will determine when this addon will be shown, e.g. if entity x is turned on, then show this addon (see addons for examples
entity yes unknown The entity to use, this MUST have weather alerts in its attributes!
integration no automatic Name of the integration. Available options:
  • automatic
  • meteoalarm
  • meteofrance
  • dwd
  • weatheralerts
# views.yaml (example)
  my_view:
    addons:
      meteoalarm:
        - title: My Weather Alerts
          entity: binary_sensor.meteoalarm
          integration: weatheralerts

Images:

Homekit Infused