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. |
conditional | no | false | Setting this to true will make the stack condtional |
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 | yes | automatic | Name of the integration. Available options: <ul><li>automatic </li><li>meteoalarm </li><li>meteofrance </li><li>dwd </li><li>weatheralerts </li><li>burze_dzis_net </li><li>env_canada </li><li>nina </li></ul> |
# views.yaml (example)
my_view:
addons:
meteoalarm:
- title: My Weather Alerts
entity: binary_sensor.meteoalarm
integration: weatheralerts