From 1316047a2e3741978aeff39f3617f77b89807c29 Mon Sep 17 00:00:00 2001 From: LKuemmel Date: Wed, 7 May 2025 14:47:25 +0200 Subject: [PATCH] fix kaco tx --- packages/modules/devices/kaco/kaco_tx/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/modules/devices/kaco/kaco_tx/config.py b/packages/modules/devices/kaco/kaco_tx/config.py index 0e343f1211..211fb5a2e2 100644 --- a/packages/modules/devices/kaco/kaco_tx/config.py +++ b/packages/modules/devices/kaco/kaco_tx/config.py @@ -13,7 +13,7 @@ def __init__(self, class Kaco: def __init__(self, name: str = "Kaco Tx1 & Tx3 Serie", - type: str = "kaco", + type: str = "kaco_tx", id: int = 0, configuration: KacoConfiguration = None) -> None: self.name = name