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: