From c5d1659beab9e6badeff52bbe18dd7e970fca90e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:49:11 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- apps/predbat/predbat.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/predbat/predbat.py b/apps/predbat/predbat.py index 16ee207c..59632d2b 100644 --- a/apps/predbat/predbat.py +++ b/apps/predbat/predbat.py @@ -24,9 +24,11 @@ try: import adbase as ad import appdaemon.plugins.hass.hassapi as hass + IS_APPDAEMON = True except: import hass as hass + IS_APPDAEMON = False import pytz