Releases: xlcnd/meteoalarmeu
Release v2021.4.3
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
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
, sinceyaml 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
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 yourconfiguration.yaml
, sinceyaml configuration
is now NOT supported.
Release v2021.4.0
New 'config flow' component.
WARNING: If you are updating from a previous version you should delete any configuration text related
with this integration from yourconfiguration.yaml
, sinceyaml configuration
is now NOT supported.
Release v2021.3.0
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
'Old school' (yaml) component (new 'alert_id' algorithm).
Release v2021.2.3
'Old school' (yaml) component (close #4).
Release v2021.2.2
'Old school' (yaml) component (fix issue #4)
Release v2021.2.1
'Old school' (yaml) component (small improvements).
Release v2021.2.0
'Old school' (yaml) component (extra alerts as flat dict).