Skip to content

Commit 02f2c05

Browse files
authored
fix kaco tx (#2379)
1 parent 34679da commit 02f2c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/modules/devices/kaco/kaco_tx

packages/modules/devices/kaco/kaco_tx/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self,
1313
class Kaco:
1414
def __init__(self,
1515
name: str = "Kaco Tx1 & Tx3 Serie",
16-
type: str = "kaco",
16+
type: str = "kaco_tx",
1717
id: int = 0,
1818
configuration: KacoConfiguration = None) -> None:
1919
self.name = name

0 commit comments

Comments
 (0)