From 46773fcf88dae691d760d3f4ff6d61ea7fdbb55d Mon Sep 17 00:00:00 2001 From: LKuemmel <76958050+LKuemmel@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:48:40 +0200 Subject: [PATCH] =?UTF-8?q?Ger=C3=A4tenamen=20(#1619)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Gerätenamen * SMA Sunny Home Manager 2.0, Energy Meter --- packages/modules/devices/huawei/config.py | 2 +- packages/modules/devices/huawei_smartlogger/config.py | 2 +- packages/modules/devices/sma_shm/config.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/modules/devices/huawei/config.py b/packages/modules/devices/huawei/config.py index 4c197e24a7..335aefe933 100644 --- a/packages/modules/devices/huawei/config.py +++ b/packages/modules/devices/huawei/config.py @@ -12,7 +12,7 @@ def __init__(self, modbus_id: int = 1, ip_address: Optional[str] = None, port: i class Huawei: def __init__(self, - name: str = "Huawei", + name: str = "Huawei Hybrid Wechselrichter", type: str = "huawei", id: int = 0, configuration: HuaweiConfiguration = None) -> None: diff --git a/packages/modules/devices/huawei_smartlogger/config.py b/packages/modules/devices/huawei_smartlogger/config.py index a0d5c08baa..e295ae5a9f 100644 --- a/packages/modules/devices/huawei_smartlogger/config.py +++ b/packages/modules/devices/huawei_smartlogger/config.py @@ -13,7 +13,7 @@ def __init__(self, ip_address: Optional[str] = None, port: int = 502): @auto_str class Huawei_Smartlogger: def __init__(self, - name: str = "Huawei_Smartlogger", + name: str = "Huawei Smartlogger", type: str = "huawei_smartlogger", id: int = 0, configuration: Huawei_SmartloggerConfiguration = None) -> None: diff --git a/packages/modules/devices/sma_shm/config.py b/packages/modules/devices/sma_shm/config.py index 2b1a69f270..0e2bd2021f 100644 --- a/packages/modules/devices/sma_shm/config.py +++ b/packages/modules/devices/sma_shm/config.py @@ -8,7 +8,7 @@ def __init__(self): class Speedwire: def __init__(self, - name: str = "SMA Sunny Home Manager 2.0", + name: str = "SMA Sunny Home Manager 2.0, Energy Meter", type: str = "sma_shm", id: int = 0, configuration: SpeedwireComponentConfiguration = None) -> None: @@ -25,7 +25,7 @@ def __init__(self, serials: int = None): class SmaHomeManagerCounterSetup(ComponentSetup[SmaHomeManagerCounterConfiguration]): def __init__(self, - name: str = "SMA Sunny Home Manager 2.0 Zähler", + name: str = "SMA Sunny Home Manager 2.0, Energy Meter Zähler", type: str = "counter", id: int = 0, configuration: SmaHomeManagerCounterConfiguration = None) -> None: @@ -39,7 +39,7 @@ def __init__(self, serials: int = None): class SmaHomeManagerInverterSetup(ComponentSetup[SmaHomeManagerInverterConfiguration]): def __init__(self, - name: str = "SMA Sunny Home Manager 2.0 Wechselrichter", + name: str = "SMA Sunny Home Manager 2.0, Energy Meter Wechselrichter", type: str = "inverter", id: int = 0, configuration: SmaHomeManagerInverterConfiguration = None) -> None: