mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Bump solax to 3.1.0 (#114617)
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.
This commit is contained in:
parent
2ef0521d3d
commit
3875533f95
@ -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"]
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ import asyncio
|
||||
from datetime import timedelta
|
||||
|
||||
from solax import RealTimeAPI
|
||||
from solax.discovery import InverterError
|
||||
from solax.inverter import InverterError
|
||||
from solax.units import Units
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user