Skip to content

Commit

Permalink
Bump solax to 3.1.0.
Browse files Browse the repository at this point in the history
0.3.2 was succeeded by 0.3.4.
0.3.3 was yanked
0.3.4 was succeeded by 3.0.5.
3.0.5 is succeeded by 3.1.0.
  • Loading branch information
Darsstar committed Apr 2, 2024
1 parent 6587ee2 commit 5d4e455
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/solax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/solax",
"iot_class": "local_polling",
"loggers": ["solax"],
"requirements": ["solax==0.3.2"]
"requirements": ["solax==3.1.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,7 @@ solaredge-local==0.2.3
solaredge==0.0.2

# homeassistant.components.solax
solax==0.3.2
solax==3.1.0

# homeassistant.components.somfy_mylink
somfy-mylink-synergy==1.0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,7 @@ soco==0.30.2
solaredge==0.0.2

# homeassistant.components.solax
solax==0.3.2
solax==3.1.0

# homeassistant.components.somfy_mylink
somfy-mylink-synergy==1.0.6
Expand Down
6 changes: 5 additions & 1 deletion tests/components/solax/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ def __mock_real_time_api_success():

def __mock_get_data():
return InverterResponse(
data=None, serial_number="ABCDEFGHIJ", version="2.034.06", type=4
data=None,
dongle_serial_number="ABCDEFGHIJ",
version="2.034.06",
type=4,
inverter_serial_number="XXXXXXX",
)


Expand Down

0 comments on commit 5d4e455

Please sign in to comment.