Releases: redstone99/hass-alert2-ui
v1.5.4
v1.5.3
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
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
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
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
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
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
- 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
First release of Alert2 UI as a separate repository supporting HACS install.
Test release
First try for custom repository