Releases: flixlix/power-flow-card-plus
v0.2.5 - configure more than 4 individual entities! 🚀
What's Changed
- feat: added option to hide home
- fix: conditionally render battery-to-grid circle based on config by @flixlix in #778
- refactor: ♻️ update import paths to use aliases and change server port by @flixlix in #779
- Show flow from grid to battery by @re-ynd in #742
- feat: Added option to sort individual devices by power usage and have… by @SveLil in #700
New Contributors
Full Changelog: v0.2.4...v0.2.5
Support Me ❤️
If you like the changes, love this card and want to support my work, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
v0.2.4
What's Changed
- revert: fixed issue with tap_action not working on home circle by @flixlix
- chore: removed unused devcontainer config files by @flixlix
Full Changelog: v0.2.3...v0.2.4
Support Me ❤️
If you like the changes, love this card and want to support my work, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
v0.2.3
What's Changed
- fix: 🐛 secondary non fossil color by @flixlix in #589
- Release: version 0.2.2 by @flixlix in #594
- build(deps): bump homeassistant from 2023.8.0 to 2023.12.3 by @dependabot in #595
- feat: ✨ home circle animation by @flixlix in #682
- fix #603 by @fnxpt in #604
- fix: 🐛 soc unit whitespace by @flixlix in #614
- Fixed Typo. by @bjiirn in #635
- feat: added option to navigate from entities by @timdreier in #663
- Allowing piping for numeric entity states by @Mulando in #670
- Updated actions versions by @flixlix
New Contributors
- @fnxpt made their first contribution in #604
- @bjiirn made their first contribution in #635
- @timdreier made their first contribution in #663
- @Mulando made their first contribution in #670
Full Changelog: v0.2.2...v0.2.3
Support Me ❤️
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
v0.2.2 - lots of bugfixes 🐛
Warning
If you're current version is lower than 0.2.0, check the release notes for breaking changes!
Bug Fixes 🐛
- fix: 🐛 secondary info indexes on individual elements by @MrPrisoner in #584
- fix: 🐛 decimal values not in individual by @flixlix in #587
- fix: 🐛 check if there is fossil by @flixlix in #588
- fix: 🐛 missing unit white space config individual entity by @flixlix in #590
- fix: 🐛 display zero behaviour individual secondary by @flixlix in #592
- fix: 🐛 flow line color not showing by @flixlix in #593
New features ✨
New Contributors
- @MrPrisoner made their first contribution in #584
Full Changelog: v0.2.1...v0.2.2
From version 0.1.8 -> 0.2.0
Note
This release features many features and an almost complete rewrite of the code base. Read the changes carefully.
Let's start with the smaller stuff first.
Support Me ❤️
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Bug Fixes 🐛
- feat: ✨ disable dots by @flixlix in #461
- fix: 🐛 lines not connecting when no battery connected by @flixlix in #464
- 🐛 incorrect values grid to battery by @flixlix in #378
- 🐛 individual colors incorrect by @flixlix in #540
- 🐛 grid clickable separate by @flixlix in #380
- 🐛 solar to battery line not showing by @shycats in #403
- fix: 🐛 structuredClone undefined in old browsers by @flixlix in #488
- fix: 🐛 no watt_threshold provided to displayValue by @flixlix in #484
Refactoring ♻️
Important
Restructured almost all codebase. Split most ui into multiple components.
- ♻️ restructure code by @flixlix in #381
- refactor: 🎨 use gap instead of random padding-top/bottom by @flixlix in #460
- Accept-negative-values by @flixlix in #541
Documentation 📄
Build changes 🚧
- bump @babel/traverse from 7.21.4 to 7.23.7 by @dependabot in #458
- build: 🏗️ new package manager by @flixlix in #538
- format using prettier by @flixlix in #539
- added github workflows to check code on every commit by @flixlix in #539
- started using
pnpminstead ofnpmby @flixlix in #538
Now the BIG changes: : 🏗️
Warning
Very large changes, including breaking changes for individual devices.
- Almost completely new UI-Editor
- better UX
- less scrolling
- More than two individual entities! 🥳
- Up to 4 individual devices are now supported
⚠️ Old individual configuration will not work anymore- Check README for more information on this
New Contributors 🐤
Support Me ❤️
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.1.8.1...v0.2.0
v0.2.1
From Version 0.2.0 -> 0.2.1
- fix: 🐛 better home label show / hide logic by @flixlix in #544
- fix: 🐛 individual dots display zero tolerance by @flixlix in #547
- fix: 🐛 incorrect unit for non-fossil bubble by @flixlix in #560
- fix: 🐛 changing individual make sure it is an array by @flixlix in #561
- fix: 🐛 display state of charge unit white space by @flixlix in #548
- feat: 🇸🇪 added Swedish language by @tde01065 in #513
- feat: ✨ show state of charge battery toggle by @flixlix in #545
- ci: 💚 test 18n keys equal by @flixlix in #546
- ci: 🧪 create test workflow by @flixlix in #563
New Contributors
Full Changelog: v0.2.0...v0.2.1
From version 0.1.8 -> 0.2.0
Note
This release features many features and an almost complete rewrite of the code base. Read the changes carefully.
Let's start with the smaller stuff first.
Support Me ❤️
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Bug Fixes 🐛
- feat: ✨ disable dots by @flixlix in #461
- fix: 🐛 lines not connecting when no battery connected by @flixlix in #464
- 🐛 incorrect values grid to battery by @flixlix in #378
- 🐛 individual colors incorrect by @flixlix in #540
- 🐛 grid clickable separate by @flixlix in #380
- 🐛 solar to battery line not showing by @shycats in #403
- fix: 🐛 structuredClone undefined in old browsers by @flixlix in #488
- fix: 🐛 no watt_threshold provided to displayValue by @flixlix in #484
Refactoring ♻️
Important
Restructured almost all codebase. Split most ui into multiple components.
- ♻️ restructure code by @flixlix in #381
- refactor: 🎨 use gap instead of random padding-top/bottom by @flixlix in #460
- Accept-negative-values by @flixlix in #541
Documentation 📄
Build changes 🚧
- bump @babel/traverse from 7.21.4 to 7.23.7 by @dependabot in #458
- build: 🏗️ new package manager by @flixlix in #538
- format using prettier by @flixlix in #539
- added github workflows to check code on every commit by @flixlix in #539
- started using
pnpminstead ofnpmby @flixlix in #538
Now the BIG changes: : 🏗️
Warning
Very large changes, including breaking changes for individual devices.
- Almost completely new UI-Editor
- better UX
- less scrolling
- More than two individual entities! 🥳
- Up to 4 individual devices are now supported
⚠️ Old individual configuration will not work anymore- Check README for more information on this
New Contributors 🐤
Support Me ❤️
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.1.8.1...v0.2.0
Multiple Individual Devices 🎉 ☢️ BREAKING CHANGES ☢️
Note
This release features many features and an almost complete rewrite of the code base. Read the changes carefully.
Let's start with the smaller stuff first.
Support Me ❤️
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Bug Fixes 🐛
- feat: ✨ disable dots by @flixlix in #461
- fix: 🐛 lines not connecting when no battery connected by @flixlix in #464
- 🐛 incorrect values grid to battery by @flixlix in #378
- 🐛 individual colors incorrect by @flixlix in #540
- 🐛 grid clickable separate by @flixlix in #380
- 🐛 solar to battery line not showing by @shycats in #403
- fix: 🐛 structuredClone undefined in old browsers by @flixlix in #488
- fix: 🐛 no watt_threshold provided to displayValue by @flixlix in #484
Refactoring ♻️
Important
Restructured almost all codebase. Split most ui into multiple components.
- ♻️ restructure code by @flixlix in #381
- refactor: 🎨 use gap instead of random padding-top/bottom by @flixlix in #460
- Accept-negative-values by @flixlix in #541
Documentation 📄
Build changes 🚧
- bump @babel/traverse from 7.21.4 to 7.23.7 by @dependabot in #458
- build: 🏗️ new package manager by @flixlix in #538
- format using prettier by @flixlix in #539
- added github workflows to check code on every commit by @flixlix in #539
- started using
pnpminstead ofnpmby @flixlix in #538
Now the BIG changes: : 🏗️
Warning
Very large changes, including breaking changes for individual devices.
- Almost completely new UI-Editor
- better UX
- less scrolling
- More than two individual entities! 🥳
- Up to 4 individual devices are now supported
⚠️ Old individual configuration will not work anymore- Check README for more information on this
New Contributors 🐤
Support Me ❤️
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.1.8.1...v0.2.0
v0.2.0-beta
Changes from v0.2.0-alpha to v0.2.0-beta
- build(deps-dev): bump @babel/traverse from 7.21.4 to 7.23.7 by @dependabot in #458
- feat: ✨ disable dots by @flixlix in #461
- fix: 🐛 lines not connecting when no battery connected by @flixlix in #464
- refactor: 🎨 use gap instead of random padding-top/bottom by @flixlix in #460
Full Changelog: v0.2.0-alpha...v0.2.0-beta
All other changes:
⚠️ BREAKING CHANGES ⚠️
This release features many features and an almost complete rewrite of the code base. Read the changes carefully.
Let's start with the smaller stuff first.
Bug Fixes 🐛
- 🐛 incorrect values grid to battery by @flixlix in #378
- 🐛 grid clickable separate by @flixlix in #380
- 🐛 solar to battery line not showing by @shycats in #403
- ♻️ restructure code by @flixlix in #381
Documentation 📄
New Contributors 🐤
Now the big changes: : 🏗️
- Almost completely new UI-Editor
- better UX
- less scrolling
- More than two individual entities! 🥳
- Up to 4 individual devices are now supported
⚠️ Old individual configuration will not work anymore- Check README for more information on this
Support Me
If you love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.1.8.1...v0.2.0-alpha
v0.2.0-alpha - It's getting hot in here! 🔥
⚠️ BREAKING CHANGES ⚠️
This release features many features and an almost complete rewrite of the code base. Read the changes carefully.
Let's start with the smaller stuff first.
Bug Fixes 🐛
- 🐛 incorrect values grid to battery by @flixlix in #378
- 🐛 grid clickable separate by @flixlix in #380
- 🐛 solar to battery line not showing by @shycats in #403
- ♻️ restructure code by @flixlix in #381
Documentation 📄
New Contributors 🐤
Now the big changes: : 🏗️
- Almost completely new UI-Editor
- better UX
- less scrolling
- More than two individual entities! 🥳
- Up to 4 individual devices are now supported
⚠️ Old individual configuration will not work anymore- Check README for more information on this
Support Me
If you love this card and want to support my work on this major release, feel free to give me a coffee ☕️
❤️ My Ko-Fi
❤️ My Github Sponsor Page
Full Changelog: v0.1.8.1...v0.2.0-alpha
v0.1.8.1 - bug fixes
Bug Fixes 🐛
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.8...v0.1.8.1
v0.1.8 - Lots of small tweaks 🪛
Bug Fixes 🐛
- 🐛 click action in outage: open generator, not grid by @flixlix in #340
- 🐛 lines displayed when displayed value 0 by @flixlix in #353
- 🔥 spacing no grid two individual devices by @flixlix in #343
- 🐛 decimals secondary non-Fossil not showing by @flixlix in #367
- 🐛 home power values wrong by @flixlix in #368
New Features 🚀
- 🇨🇿 Added Czech Language by @fleury08 in #364
- 🎨 add option color_value for grid and battery by @flixlix in #366
Development Enhancements 🔨
New Contributors 🥳
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.7...v0.1.8



