Releases: flixlix/energy-flow-card-plus
v0.2.3
v0.2.2
Patch Changes
- #242
ac02bd5Thanks @flixlix! - feat: autofix legacy individual devices - #243
b6216bdThanks @flixlix! - feat: add display zero to battery and grid - #242
e8b27c5Thanks @flixlix! - feat: autofix and alert legacy config ui editor - Updated dependencies [
ac02bd5,b6216bd,e8b27c5]:- @flixlix-cards/shared@0.0.4
v0.2.1
Breaking Changes!
Some config options were changed! Before posting issues, check that you have changed these.
wh_decimals -> base_decimals
kwh_decimals -> kilo_decimals
mwh_decimals -> mega_decimals
wh_kwh_threshold -> kilo_threshold
Patch Changes
- #239
5d493fcThanks @flixlix! - feat: addcollection_keyoption to bind the card to a specific energy data collection, matching the behavior of Home Assistant's built-in Energy Distribution card. Useful when multiple energy dashboards exist and the card should follow a specific dashboard's selected period instead of the active one. - #227
b8ce9e2Thanks @flixlix! - refactor: kilo_threshold avoid redundancy in displayValue func - #226
44f66aeThanks @flixlix! - get energy entity states for energy card - #239
5d493fcThanks @flixlix! - feat: add energy collection_key config setting - #227
46c3785Thanks @flixlix! - fix: get default config for correct energy entities instead of power - #227
e9181b2Thanks @flixlix! - feat: allow megawatt and MWh units with threshold and decimals - #233
f1766aaThanks @flixlix! - fix: home label incorrect translation in some languages.
apply editor.home label for home component - Updated dependencies [
b8ce9e2,5d493fc,8894f43,5d493fc,44f66ae,46c3785,e9181b2]:- @flixlix-cards/shared@0.0.3
v0.2.0
v0.2.0-beta.1
Patch Changes
- 71cac7d: fix home label not showing
- 06b53c1: fix circle color when no activity
- 71cac7d: clickable entities cursor true by default
- c26189b: fix support for older browsers by targeting es2020 in the final bundle
- 34aa17d: add energy_date_selection option
- 71cac7d: fix individual not showing correct decimals
- 71cac7d: fix home not clickable when action was defined
- Updated dependencies [06b53c1]
- Updated dependencies [71cac7d]
- Updated dependencies [34aa17d]
- Updated dependencies [71cac7d]
- @flixlix-cards/shared@0.0.2
v0.2.0-beta.0
Release v0.2.0-beta.0
What's Changed
- refactor: ♻️ new config files by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/144
- fix: grid to battery calculation in absence of solar production by @EiNSTeiN- in https://github.com/flixlix/energy-flow-card-plus/pull/125
- feat: Add support for negative values in secondary info by @derolli1976 in https://github.com/flixlix/energy-flow-card-plus/pull/142
New Contributors
- @EiNSTeiN- made their first contribution in https://github.com/flixlix/energy-flow-card-plus/pull/125
- @derolli1976 made their first contribution in https://github.com/flixlix/energy-flow-card-plus/pull/142
Full Changelog: v0.1.2.1...v0.2.0-beta.0
v0.1.2.1 - Hotfix
Bugfixes 🐛
- Hotfix: Unit always Mwh
New Features ✨
- ✨ create Mwh unit by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/69
Chore
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in https://github.com/flixlix/energy-flow-card-plus/pull/63
- chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in https://github.com/flixlix/energy-flow-card-plus/pull/64
- chore(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in https://github.com/flixlix/energy-flow-card-plus/pull/65
Support Me!
If you love this card and want to support my work, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.1.1...v0.1.2.1
v0.1.2 - Added Mwh
New Features ✨
- ✨ create Mwh unit by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/69
Chore
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in https://github.com/flixlix/energy-flow-card-plus/pull/63
- chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in https://github.com/flixlix/energy-flow-card-plus/pull/64
- chore(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in https://github.com/flixlix/energy-flow-card-plus/pull/65
Support Me!
If you love this card and want to support my work, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Bugfixes 🐛
- Grid not clickable by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/50
- Home secondary not clickable by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/52
New Features 🚀
- Add Secondary Decimals by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/55
Support Me!
If you love this card and want to support my work, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.1...v0.1.1
v0.1 - Multiple Entities 😎
Bugfixes 🐛
⤴️ Fix Curved lines not Connecting by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/49
New Features 🚀
- 🥳 Multiple Entities (only available in the YAML Editor for now) by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/46
- 🔠 Added Translations to the Card by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/43
- 📒 Added Translations to the UI-Editor by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/47
- ⚡️ Added Option for Energy Date Selection in Secondary Objects (also available in the UI 🚀) by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/44
Refactor ♻️
- 📦 Reorganized Main File into Objects of Fields by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/45
- 📋 Applied DRY to Secondary Info Fields by @flixlix in https://github.com/flixlix/energy-flow-card-plus/pull/48
Support Me!
If you love this card and want to support my work, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.0.2.4...v0.1