Skip to content

v1.2.0

Choose a tag to compare

@benjamin-dcs benjamin-dcs released this 27 May 18:27
· 545 commits to main since this release
2ac6dc2

🛑 Breaking changes

  • Icon Configuration:
    The icon configuration is now an object with type and value fields, instead of separate battery and template fields.

    When updating, review your card YAML for the new icon configuration structure. The card now expects:

    icon:
      type: battery | template
      value: sensor.battery | <template>

    Your configuration should automatically be converted. All you have to do is edit your card and press save to persist the updated configuration. For more details, see the updated README and editor UI.

🛠️ Improvements & Enhancements

  • Config Editor Overhaul:
    The card editor UI now supports the new icon configuration, with dropdowns for icon type and context-aware value selectors.
  • Cleaner Configuration Output:
    The editor now removes empty or default properties from the YAML config, keeping it tidy.
  • Updated dependencies

If you have feedback or find issues, please open an issue or pull request on GitHub!

Full Changelog: v1.1.0...v1.2.0