Bump growattServer library (#50588)
This commit is contained in:
parent
4c68518b18
commit
207ee39d00
4 changed files with 4 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue