v1.0.5 - Actions and tweaks!
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_modeasier - A new
tweaksconfig option has been added, which can be used as a shortcut for tweaking CSS variables tweaksalso offers options to make aring-tiletransparent 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
tilecard (thanks @dcapslock)
π PRs
- Add support for actions by @neponn in #49
- Enhance advanced customisation options by @neponn in #52
- Fix ring rendering for transparent tiles by @neponn in #54
- Fix decimal point handling by @neponn in #55
- Finalise 1.0.5 by @neponn in #56
Full Changelog: v1.0.4...v1.0.5