Skip to content

Releases: redstone99/hass-alert2-ui

v1.5.4

26 Dec 14:54
Compare
Choose a tag to compare

Changes

  • change minute abbrev to be 'min' instead of 'm' so as not to be confused with 'meter'.
  • change time format on more-info dialog from ISO date (e.g. 2024-12-26T14:53:26.591Z) to local-time format: "2024/12/26 09:53:26.591"

v1.5.3

05 Dec 12:38
Compare
Choose a tag to compare

Changes

  • UI update logic no longer depends on sensor.alert2_change_count. It should now update consistently when used with remote_homeassistant.

v1.5.2

01 Dec 23:49
Compare
Choose a tag to compare

Changes:

  • Fix bug where adjusting slider wouldn't update UI
  • Fix bug where 1min display refresh wasn't refreshing
  • Reorder displayed alerts, putting ones on first, then unacked off ones, then acked alerts. See README for ordering.
  • Unittest!

v1.5.1

23 Nov 14:41
Compare
Choose a tag to compare

Changes

  • Fix bug preventing entities listed on Lovelace card from updating in a timely way (Alert2Overview wasn't passing hass updates to the row entities).

v1.5

18 Nov 22:49
Compare
Choose a tag to compare

Changes

  • limit # of previous Firings that show in more-info
  • dynamic Status line in more-info
  • clicking on alert2 shows the version
  • support unack
  • update docs

v1.1.3

09 Nov 14:26
Compare
Choose a tag to compare

Changes

  • Fix formatting bug where for certain Lovelace card widths the alert entity name would become squished horizontally and very tall
  • Introduce custom element alert2-tools that has some utility functions for creating dialogs

After upgrading this package, it can take time for the browser or HA companion app to update alert2.js. To speed that up:

  • On the web, try reloading the page a few times or "Clear cookies & site data".
  • On the Android HA companion app, try going to System Settings -> Apps -> Home Assitant -> Storage & cache and clicking "Clear cache". Then in the HA app, click on the vertical dots at the top and click on "Reload resources". You may need to wait a few seconds and click "Reload resources" twice.

v1.1.2

20 Oct 12:14
Compare
Choose a tag to compare

Primary change is to remove dependency on card-tools, which may not exist in a user's HA installation.

After upgrading this package, it can take time for the browser or HA companion app to update alert2.js. To speed that up:

  • On the web, try reloading the page a few times or "Clear cookies & site data".

  • On the Android HA companion app, try going to System Settings -> Apps -> Home Assitant -> Storage & cache and clicking "Clear cache". Then in the HA app, click on the vertical dots at the top and click on "Reload resources". You may need to wait a few seconds and click "Reload resources" twice.

v1.1.1

13 Sep 19:54
Compare
Choose a tag to compare
  • Fix bug where clicking on an old Alert row in the overview card caused multiple more-info popups to arise.
  • Fix bug where the overview card was a little flaky in whether it listed old Alert entities. Now it only lists them if they are currently firing.
  • Add support for friendly_name alert config parameter and show it in the overview card UI
  • Update README

v1.1

08 Sep 18:52
Compare
Choose a tag to compare

First release of Alert2 UI as a separate repository supporting HACS install.

Test release

06 Sep 17:48
Compare
Choose a tag to compare
Test release Pre-release
Pre-release

First try for custom repository