github Nerwyn/universal-remote-card 4.4.0-alpha.014

latest releases: 4.8.0-alpha.005, 4.8.0-alpha.004, 4.8.0-alpha.003...
pre-release4 months ago

⚠️ Breaking Changes ⚠️

The legacy string interpolation has been removed. It was a performance drain on weaker devices as it would run unnecessary comparisons on every non-templated field every render cycle. Template variables value, unit, and hold_secs must now also be lowercase. You should update any remotes you have that used the legacy string interpolation system to use templates instead, like VALUE -> '{{ value }}'.

The repo name has been updated to universal-remote-card. You may run into some hiccups when updating to this version due to a HACS pre-release version bug. Hopefully they'll be resolved when this is ready for release. For now uninstalling, ensuring that the old android-tv-card folder and files have been removed from config/www/community and the frontend resources list, restarting Home Assistant, and reinstalling seems to fix things.

  • Use HA frontend translation logic for confirmations.
  • Show failure toasts for most actions.
  • Fine tune dialog transitions and styles to match default confirmation dialog.
  • Disable keyboard dialog textarea when dialog closed and delay enabling to prevent dialog autofocus causing jumpiness on dialog open animation.
  • Use remote dialog for confirmations instead of browser confirm dialog.
  • A much better stuck ripple fix.
  • Add keyboard controls to all remote elements on focus.
  • Fix ha-dialog premature closure on touch end event.

Full Changelog: 4.3.12...4.4.0-alpha.014

Don't miss a new universal-remote-card release

NewReleases is sending notifications on new releases.