🛑 Breaking changes
-
Icon Configuration:
Theiconconfiguration is now an object withtypeandvaluefields, instead of separatebatteryandtemplatefields.When updating, review your card YAML for the new
iconconfiguration 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 newiconconfiguration, 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