From 918137dfb1d1517dbbdb64b4c2e2d46678bd44f3 Mon Sep 17 00:00:00 2001 From: LuBeDa Date: Tue, 23 May 2023 19:06:36 +0200 Subject: [PATCH] issue #20 --- components/ehmtxv2/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ehmtxv2/__init__.py b/components/ehmtxv2/__init__.py index 8e228f8..054059d 100644 --- a/components/ehmtxv2/__init__.py +++ b/components/ehmtxv2/__init__.py @@ -16,6 +16,7 @@ _LOGGER = logging.getLogger(__name__) DEPENDENCIES = ["display", "light", "api"] AUTO_LOAD = ["ehmtxv2"] +AUTO_LOAD = ["json"] IMAGE_TYPE_RGB565 = 4 MAXFRAMES = 110 MAXICONS = 90