Bump growattServer library (#50588)

This commit is contained in:
muppet3000 2021-05-14 08:50:41 +01:00 committed by GitHub
parent 4c68518b18
commit 207ee39d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 6 deletions

View file

@ -3,7 +3,7 @@
"name": "Growatt",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/growatt_server/",
"requirements": ["growattServer==1.0.0"],
"requirements": ["growattServer==1.0.1"],
"codeowners": ["@indykoning", "@muppet3000"],
"iot_class": "cloud_polling"
}

View file

@ -738,9 +738,7 @@ class GrowattData:
self.device_id, self.plant_id
)
mix_detail = self.api.mix_detail(
self.device_id, self.plant_id, date=datetime.datetime.now()
)
mix_detail = self.api.mix_detail(self.device_id, self.plant_id)
# Get the chart data and work out the time of the last entry, use this as the last time data was published to the Growatt Server
mix_chart_entries = mix_detail["chartData"]
sorted_keys = sorted(mix_chart_entries)

View file

@ -708,7 +708,7 @@ greeneye_monitor==2.1
greenwavereality==0.5.1
# homeassistant.components.growatt_server
growattServer==1.0.0
growattServer==1.0.1
# homeassistant.components.gstreamer
gstreamer-player==1.1.2

View file

@ -387,7 +387,7 @@ googlemaps==2.5.1
greeclimate==0.11.4
# homeassistant.components.growatt_server
growattServer==1.0.0
growattServer==1.0.1
# homeassistant.components.profiler
guppy3==3.1.0