diff --git a/apps/predbat/predbat.py b/apps/predbat/predbat.py index cb9d4ff7c..3777e3ca9 100644 --- a/apps/predbat/predbat.py +++ b/apps/predbat/predbat.py @@ -32,7 +32,7 @@ import asyncio import json -THIS_VERSION = "v8.2.0" +THIS_VERSION = "v8.2.1" PREDBAT_FILES = ["predbat.py", "config.py", "prediction.py", "utils.py", "inverter.py", "ha.py", "download.py", "unit_test.py"] from download import predbat_update_move, predbat_update_download, check_install