What's Changed
- Calculate charge all is now removed, and gives better results for Agile without it
- Removed calculate_charge_oldest, calculate_charge_all, calculate_charge_passes, calculate_discharge_oldest, calculate_discharge_all, calculate_discharge_passes, charge_slot_split, discharge_slot_split. These are now all at default values that don't need to be changed and hence deprecated.
calculate_charge_oldest - False
calculate_charge_all - False
calculate_charge_passes - 1
calculate_discharge_oldest - True
calculate_discharge_all - False
calculate_discharge_passes - 1
charge_slot_split - 30
discharge_slot_split - 30
NOTE: These will appear as unavailable in HA after a reboot and can be removed from your dashboard.
- Devcontainer setup to allow development in VS Code by @iainfogg in #113
- Tidy up, depreciated a number of config options by @springfall2008 in #115
- Update apps.yaml - descriptions updated #116
New Contributors
- @gcoan made their first contribution in #107
Full Changelog: v7.3.2...v7.4