Skip to content

Commit

Permalink
Bug with metric_min_improvement_discharge being changed to integer (#…
Browse files Browse the repository at this point in the history
…1733)

* Bug with metric_min_improvement_discharge being changed to integer

#1731

* [pre-commit.ci lite] apply automatic fixes

* Merge

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
  • Loading branch information
springfall2008 and pre-commit-ci-lite[bot] authored Dec 14, 2024
1 parent c30344d commit 0a932f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/predbat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"unit": "p",
"icon": "mdi:currency-usd",
"enable": "expert_mode",
"default": 5,
"default": 5.0,
},
{
"name": "metric_battery_cycle",
Expand Down
2 changes: 1 addition & 1 deletion apps/predbat/predbat.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import asyncio
import json

THIS_VERSION = "v8.8.6"
THIS_VERSION = "v8.8.7"

# fmt: off
PREDBAT_FILES = ["predbat.py", "config.py", "prediction.py", "gecloud.py","utils.py", "inverter.py", "ha.py", "download.py", "unit_test.py", "web.py", "predheat.py", "futurerate.py", "octopus.py", "solcast.py","execute.py", "plan.py", "fetch.py", "output.py", "userinterface.py"]
Expand Down

0 comments on commit 0a932f4

Please sign in to comment.