We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34679da commit 02f2c05Copy full SHA for 02f2c05
1 file changed
packages/modules/devices/kaco/kaco_tx/config.py
@@ -13,7 +13,7 @@ def __init__(self,
13
class Kaco:
14
def __init__(self,
15
name: str = "Kaco Tx1 & Tx3 Serie",
16
- type: str = "kaco",
+ type: str = "kaco_tx",
17
id: int = 0,
18
configuration: KacoConfiguration = None) -> None:
19
self.name = name
0 commit comments