Releases: slipx06/sunsynk-power-flow-card
v5.1.1
🐛 Patches & Bug Fixes
- fix: adjust the minimum charge cut-off capacity to
50%
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
🚀 Exciting New Features
- feat: you can specify the battery charge cut-off capacity using the
soc_end_of_charge
attribute. If for example you set your battery to charge up to 90% the card will correctly display charge time to this capacity. Expects a numeric value between80
and100
or sensor i.e.sensor.soc_end_of_charge
. closes #514 - feat: introduces the
navigate
attribute that allows you to link to other dashboards and views e.g./lovelace/1
when clicking some of the card icons. It can currently be configured for the battery icon, essential load icon, solar icon, and inverter icon. closes #521
Full Changelog: v5.0.1...v5.1.0
v5.0.1
What's Changed
🐛 Patches & Bug Fixes
- fix: better handling of the system timer when programs overlap into the next day
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
💥 Breaking Changes
After HA version 2024.7.4 there was an update to the rules that determine the use of legacy or modern builds. The browser minimum versions that support the modern build were increased. This means that older devices and older browser version no longer support the modern build. The problem with the legacy build is it does not support dynamic cascading style sheets (CSS) or dynamic styles. This custom card makes extensive use of both of these features and will not render properly when using the legacy build. Unfortunately the only practical workaround is to update your device/browser to a version that HA considers modern or stay on HA version 2024.7.4. If you are using the companion app it is also a good idea to make sure you have updated to the latest version. For reference the following are the browser versions that support the modern build:
Browser | Legacy | Modern |
---|---|---|
Android | 63 | 115 |
Chrome | 63 | 109 |
Edge | 79 | 115 |
Firefox | 67 | 115 |
iOS | 13 | 15.6 |
Safari | 13 | 16.6 |
Opera | 50 | 101 |
Opera Mobile* | - | 80 |
Samsung | 8.2 | 22 |
🚀 Exciting New Features
- locale: add Swedish translation
- locale: update Catalan translation. Thanks @pacoculebras
🐛 Patches & Bug Fixes
- fix: title size on lite and compact card not working
Full Changelog: v4.44.0...v5.0.0
v4.44.0
What's Changed
🚀 Exciting New Features
- feat: reverses animation of essential load when load values are negative closes #491
Full Changelog: v4.43.3...v4.44.0
v4.43.3
What's Changed
🐛 Patches & Bug Fixes
- fix: battery linear gradient colour. Replace yellow with gold for better visibility on white backgrounds. Thanks @basti122303
- chore: code cleanup
New Contributors
- @basti122303 made their first contribution in #490
Full Changelog: v4.43.2...v4.43.3
v4.43.2
What's Changed
🐛 Patches & Bug Fixes
- fix: localisation of configurable names closes #487
Full Changelog: v4.43.1...v4.43.2
v4.43.1
What's Changed
🐛 Patches & Bug Fixes
- fix: don't round when unknown unit of measurement closes #481
Full Changelog: v4.43.0...v4.43.1
v4.43.0
What's Changed
🚀 Exciting New Features
- feat: Set custom text for the "DAILY GRID BUY" and "DAILY GRID BUY" labels. See the
label_daily_grid_buy:
andlabel_daily_grid_sell:
attributes in the Grid section
Full Changelog: v4.42.0...v4.43.0
v4.42.0
What's Changed
🚀 Exciting New Features
- feat: display extra load information on compact card when additional loads = 3 and 4. Thanks @MiniBlister closes #472
- feat: customise the grid icons. See
import_icon:
,export_icon:
, anddisconnected_icon:
under grid section. Specify mdi or sensor that returns an mdi:icon closes #475 and closes #469
🐛 Patches & Bug Fixes
- fix: position of grid provider name when Daily Grid Buy is hidden
Other Changes
- Updated Card View Compact to show essential_load3_extra and essential_load4_extra by @MiniBlister in #476
New Contributors
- @MiniBlister made their first contribution in #476
Full Changelog: v4.41.2...v4.42.0