Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:11
7578800

0.11.0 (2025-07-21)

Visual editor template support

Every config entry that support template now has a button that switches standard selector to a template editor. Moreover if config has a template already, it will switch to the template editor for that config automatically.

image

Expanded visual editor

Reorganized options to better reflect whole card or entity specific options but wait there's more, added some more configs to editor that previously were YAML only! Some configs now have a little helper text to hopefully better explain what does it do.
Let me know what do you think about this change.

brave_luFts7EY9q

Editor translation support

Editor now has full translation support. Previously only some entries were translated, that's because a few basic strings were already translated inside Home Assistant. This release only includes English and Polish languages but can be expanded in the future so if you want to contribute, simply look inside already present language files as an example and create a pull request.

brave_sMfPJPva3Q

Changelog

Bug Fixes

  • card errors out when using template primary entity without name (#131) (7578800)
  • incorrect icon position with main state disabled and secondary enabled (#130) (52cf972)
  • unable to clear configs or switch between template modes (#129) (7912c1a)

Features