Skip to content

Commit

Permalink
Merge pull request #1083 from LKuemmel/sma
Browse files Browse the repository at this point in the history
naming sma
  • Loading branch information
LKuemmel authored Aug 8, 2023
2 parents 110397e + 978424a commit 0339c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/modules/devices/sma_sunny_boy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, ip_address: Optional[str] = None):

class SmaSunnyBoy:
def __init__(self,
name: str = "SMA Sunny Boy",
name: str = "SMA Sunny Boy/Tripower",
type: str = "sma_sunny_boy",
id: int = 0,
configuration: SmaSunnyBoyConfiguration = None) -> None:
Expand All @@ -28,7 +28,7 @@ def __init__(self):

class SmaSunnyBoyBatSetup(ComponentSetup[SmaSunnyBoyBatConfiguration]):
def __init__(self,
name: str = "Sma Sunny Boy Speicher",
name: str = "Sma Sunny Boy/Tripower Speicher",
type: str = "bat",
id: int = 0,
configuration: SmaSunnyBoyBatConfiguration = None) -> None:
Expand Down Expand Up @@ -56,7 +56,7 @@ def __init__(self):

class SmaSunnyBoyCounterSetup(ComponentSetup[SmaSunnyBoyCounterConfiguration]):
def __init__(self,
name: str = "Sma Sunny Boy Zähler",
name: str = "Sma Sunny Boy/Tripower Zähler",
type: str = "counter",
id: int = 0,
configuration: SmaSunnyBoyCounterConfiguration = None) -> None:
Expand Down

0 comments on commit 0339c5e

Please sign in to comment.