Skip to content

v1.0.5 - Actions and tweaks!

Choose a tag to compare

@neponn neponn released this 21 Dec 03:59
635c897

This release fixes a couple of bugs and adds two much requested features.

πŸŽ‰ New features

πŸƒβ€β™€οΈ Actions now fully supported

Full support for actions has been added, with separate control over the card (tap_action etc) and the ring (icon_tap_action etc). All the standard Home Assistant actions are supported.

More detail in the PR (#49).

Thanks @Soukyuu, @felix63, @Nightfever and @chasut for the push!

βš™οΈ More advanced customisation options

While keeping ring-tile simple to configure remains a core principle, I've had many requests for more customisation options. These new options are an advanced feature, only intended for use when standard config options are insufficient.

  • New CSS variables have been added to make dynamic style customisation using card_mod easier
  • A new tweaks config option has been added, which can be used as a shortcut for tweaking CSS variables
  • tweaks also offers options to make a ring-tile transparent and / or mess with its size

More detail in the PR (#52).

Thanks @Soukyuu, @kexan82, @kire88, @swampylee and @scw2wi for the suggestions!

πŸͺ² Bug fixes

  • Fix rendering for transparent tiles (#16)
  • Fix decimal point handling (#51 - thanks @luxia)
  • Remove unnecessary class definitions / CSS code left over from the original tile card (thanks @dcapslock)

πŸ“š PRs

Full Changelog: v1.0.4...v1.0.5