Skip to content

Releases: aex351/home-assistant-neerslag-card

2024.04.20.0

20 Apr 13:36
Compare
Choose a tag to compare
  • Change Buienalarm api to fetch raw data

2022.07.08.0

10 Jul 00:00
Compare
Choose a tag to compare
  • Add French language.

2022.07.07.1

07 Jul 20:14
Compare
Choose a tag to compare
  • Update ChartJS to version 3.8.0
  • Update chartjs-plugin-annotation to v1.4.0
  • Update LitElement to v3.2.1
  • Minor code improvements
  • Default autozoom setting has been changed from true to false

Note: with the autozoom setting set to false (disabled), the graph will start zoomed out.

2022.01.31.3

30 Jan 16:29
Compare
Choose a tag to compare
  • Update ChartJS to version 3.7.0
  • Add incompatible plugin to the list #28
  • Import LitElement from unpkg #29
  • Update chartjs-plugin-annotation to v1.3.0

2021.10.21.0

21 Oct 20:36
Compare
Choose a tag to compare
  • Card configuration changes are now updated real time in the card editor;
  • Add a check to see if there are incompatible integrations running.

2021.10.20.2

20 Oct 21:59
Compare
Choose a tag to compare
  • The line color in the graph now uses the primary theme color as set by Home Assistant;
  • The alignment of the weather icon has been fixed;
  • The card will now display a warning message when no sensor data is available.

Add localization

31 Aug 17:52
Compare
Choose a tag to compare

The Neerslag Card now supports localization. The language will be automatically set based on the Home Assistant settings. If no language has been set, the browser language will be used. If the specific language is unavailable, the Dutch language will be used as fallback.

  • Add support for localization with English language

Improvements

29 Aug 20:57
Compare
Choose a tag to compare
  • Update Chart.js to v3.5.1
  • Decrease timeout for start-up Neerslag Card
  • Use the primary and secondary text colors for x/y-axis and labels

Update ChartJS from 2.x to 3.5

27 Jul 23:08
Compare
Choose a tag to compare

Update ChartJS from 2.x to 3.x.

Annotation plugin updated from 0.5.7 to 1.0.2, required for ChartJS 3.x.

Changes:

  • y-axes now contains all ticks when autozoom is set to true, before only 0,5 mm tick would be displayed when there is no or light rain.
  • annotations and labels are now rendered on top of the data set instead of behind the data set
  • color of the vertical line made darker, so it becomes better visible on lighter backgrounds.

New configurable option to disable graph auto zoom

26 Jul 01:36
Compare
Choose a tag to compare
  • New configurable option to disable graph auto zoom. See readme file.
  • Small bug fixes.