From a1fdc19f8938f7733b25938231fe90fa849d5b51 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Thu, 9 May 2024 07:57:58 +0200 Subject: [PATCH] Add Gicisky BLE TFT 2.13" --- custom_components/open_epaper_link/hub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/open_epaper_link/hub.py b/custom_components/open_epaper_link/hub.py index db40348..5bfe08e 100644 --- a/custom_components/open_epaper_link/hub.py +++ b/custom_components/open_epaper_link/hub.py @@ -130,6 +130,7 @@ def on_message(self,ws, message) -> None: 178: ["Gicisky BLE EPD BW 2.9\"", 296, 128], 179: ["Gicisky BLE EPD BWR 2.9\"", 296, 128], 181: ["Gicisky BLE EPD BWR 4.2\"", 400, 300], + 186: ["Gicisky BLE TFT 2.13\"", 250, 132], 191: ["Gicisky BLE Unknown", 0, 0], 190: ["ATC MiThermometer BLE", 6, 8], 224: ["AP display", 320, 170],