Skip to content

Releases: kalanda/homeassistant-aemet-sensor

v1.4.0

19 Dec 15:40
Compare
Choose a tag to compare
  • Added scan_interval parameter - Thanks to @juacas for preparing the PR.
  • Fixed api key too short error: Caused by SSLError(SSLError(1, '[SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1123)')) Thanks to @dave-code-ruiz as he pointed the solution in this comment: outon/HomeAssistant-AEMET#1 (comment) - Thanks to @fermartv for preparing the PR

v1.3.0

24 Jul 17:52
Compare
Choose a tag to compare
  • Removed SSL verification since AEMET has a not valid certificate (self signed) since 2020-07-15

Added wind_max_speed to sensor

06 Dec 19:49
2789e66
Compare
Choose a tag to compare

New features:

  • Added wind_max_speed to sensor.

Other code improvements:

  • Clean field reading by mapping attributes to keys from AEMET
  • Clean field reading by mapping fields to be transformed from m/s to km/h
  • Round the decimals to 1 after transforming to km/h (like in AEMET API results), to avoid floating point precision issues

Thanks to @DjMoren for the whole work in this release.

Added weather component support

19 Oct 18:46
Compare
Choose a tag to compare