v0.6.1
Breaking change
If you were already using the targetTimesEntities
configuration option to track specific slots and highlight them, please note that this has changed to a map of entities so that you can now track as many target entities as you wish - and, as an additional bonus, choose custom background colours and/or a prefix (such as an emoji for easy spotting of the intention of the target!) for each one, really adding to the featureset of the card.
Please see the example and screenshot here (scroll down to the further examples): https://github.com/lozzd/octopus-energy-rates-card?tab=readme-ov-file#advanced-configurations
If you were using this option, you will need to tweak your lovelace config for the card to meet the new format.
Many thanks to @alinbalutoiu for adding this feature and making their first contribution! (and for a speedy bugfix which made this 0.6.1)
What's Changed
- Add additional capabilities for specifying entities with target time by @alinbalutoiu in #65
- Fix nil panic by @alinbalutoiu in #67
New Contributors
- @alinbalutoiu made their first contribution in #65
Full Changelog: v0.5.1...v0.6.1