mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Bump growattServer to 1.2.4 (#82071)
Growatt - Library bump to workaround for #81951
This commit is contained in:
parent
2a641d1d19
commit
66d3891a37
@ -3,7 +3,7 @@
|
||||
"name": "Growatt",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/growatt_server/",
|
||||
"requirements": ["growattServer==1.2.3"],
|
||||
"requirements": ["growattServer==1.2.4"],
|
||||
"codeowners": ["@indykoning", "@muppet3000", "@JasperPlant"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["growattServer"]
|
||||
|
@ -32,7 +32,7 @@ from .sensor_types.total import TOTAL_SENSOR_TYPES
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SCAN_INTERVAL = datetime.timedelta(minutes=1)
|
||||
SCAN_INTERVAL = datetime.timedelta(minutes=5)
|
||||
|
||||
|
||||
def get_device_list(api, config):
|
||||
|
@ -804,7 +804,7 @@ greenwavereality==0.5.1
|
||||
gridnet==4.0.0
|
||||
|
||||
# homeassistant.components.growatt_server
|
||||
growattServer==1.2.3
|
||||
growattServer==1.2.4
|
||||
|
||||
# homeassistant.components.google_sheets
|
||||
gspread==5.5.0
|
||||
|
@ -599,7 +599,7 @@ greeneye_monitor==3.0.3
|
||||
gridnet==4.0.0
|
||||
|
||||
# homeassistant.components.growatt_server
|
||||
growattServer==1.2.3
|
||||
growattServer==1.2.4
|
||||
|
||||
# homeassistant.components.google_sheets
|
||||
gspread==5.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user