Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Releases: xlcnd/meteoalarmeu

Release v2021.4.3

24 Feb 11:15
Compare
Choose a tag to compare

This is a config flow component.

WARNING: If you are updating from a previous version you should delete any configuration text related with this integration from your configuration.yaml, since yaml configuration is now NOT supported and this integration will STOP to work (if you don't do it)!.

This release maintains the basic funcionality of the previous one, but some errors were fixed, in particular, Bulgaria can now chose its language as bu (issue #10).

A very useful set of automations are in the documentation.

Release v2021.4.2

22 Feb 11:24
Compare
Choose a tag to compare

New 'config flow' component.

WARNING: If you are updating from a previous version you should delete any configuration text related with this integration from your configuration.yaml, since yaml configuration is now NOT supported.

This release maintains the basic funcionality of the previous one, but much of the code was rewriten in order to make it easier a further (more advanced) integration. It uses a new version of the API with a new algorithm for alert_id.

A very useful set of automations were added to documentation.

Release v2021.4.1

18 Feb 19:36
Compare
Choose a tag to compare

New 'config flow' component (fix manifest.json).

WARNING: If you are updating from a previous version you should delete any configuration text related
with this integration from your configuration.yaml, since yaml configuration is now NOT supported.

Release v2021.4.0

18 Feb 18:39
Compare
Choose a tag to compare

New 'config flow' component.

WARNING: If you are updating from a previous version you should delete any configuration text related
with this integration from your configuration.yaml, since yaml configuration is now NOT supported.

Release v2021.3.0

15 Feb 09:14
Compare
Choose a tag to compare

Old school (yaml) component (add language selection).

As an example of a configuration:

binary_sensor:
- platform: meteoalarmeu
  country: 'DE'
  region: 'Kreis Ahrweiler'
  language: 'de'
  awareness_types:
  - Extreme high temperature
  - Extreme low temperature
  - Flood
  - Fog
  - Forestfire
  - Thunderstorms
  - Wind

language is now a new option.

Release v2021.2.4

11 Feb 09:04
Compare
Choose a tag to compare

'Old school' (yaml) component (new 'alert_id' algorithm).

Release v2021.2.3

09 Feb 10:29
Compare
Choose a tag to compare

'Old school' (yaml) component (close #4).

Release v2021.2.2

09 Feb 09:06
Compare
Choose a tag to compare

'Old school' (yaml) component (fix issue #4)

Release v2021.2.1

08 Feb 13:06
Compare
Choose a tag to compare

'Old school' (yaml) component (small improvements).

Release v2021.2.0

06 Feb 18:28
Compare
Choose a tag to compare

'Old school' (yaml) component (extra alerts as flat dict).