Skip to content

Commit 1d9a1d3

Browse files
authored
Merge pull request #1120 from Zendure/Fix-new-devices
Fix typos in device names for solarflow 1600 AC+ and 2400 AC+
2 parents a64b6f0 + e488539 commit 1d9a1d3

File tree

1 file changed

+2
-2
lines changed
  • custom_components/zendure_ha

1 file changed

+2
-2
lines changed

custom_components/zendure_ha/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ class Api:
6565
"solarflow 800": SolarFlow800,
6666
"solarflow 800 pro": SolarFlow800Pro,
6767
"solarflow 800 plus": SolarFlow800Plus,
68-
"solarflow 1600 ac+ ": SolarFlow1600,
68+
"solarflow 1600 ac+": SolarFlow1600,
6969
"solarflow 2400 ac": SolarFlow2400AC,
70-
"solarflow 2400 ac+ ": SolarFlow2400AC_Plus,
70+
"solarflow 2400 ac+": SolarFlow2400AC_Plus,
7171
"solarflow 2400 pro": SolarFlow2400Pro,
7272
"superbase v6400": SuperBaseV6400,
7373
"superbase v4600": SuperBaseV4600,

0 commit comments

Comments
 (0)