Bump aiopvpc from 2.0.2 to 2.1.1 (#50989)
* Remove pytz dependency and handle timezones with zoneinfo, and adapt to use input timezone as a time zone object or a string identifier * Fix prices being badly assigned in Canary Islands timezone * Fix sensor attributes in month changes
This commit is contained in:
parent
5ca5b9ac89
commit
ecb24f01a3
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Spain electricity hourly pricing (PVPC)",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/pvpc_hourly_pricing",
|
||||
"requirements": ["aiopvpc==2.0.2"],
|
||||
"requirements": ["aiopvpc==2.1.1"],
|
||||
"codeowners": ["@azogue"],
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "cloud_polling"
|
||||
|
|
|
@ -218,7 +218,7 @@ aiopulse==0.4.2
|
|||
aiopvapi==1.6.14
|
||||
|
||||
# homeassistant.components.pvpc_hourly_pricing
|
||||
aiopvpc==2.0.2
|
||||
aiopvpc==2.1.1
|
||||
|
||||
# homeassistant.components.webostv
|
||||
aiopylgtv==0.4.0
|
||||
|
|
|
@ -140,7 +140,7 @@ aiopulse==0.4.2
|
|||
aiopvapi==1.6.14
|
||||
|
||||
# homeassistant.components.pvpc_hourly_pricing
|
||||
aiopvpc==2.0.2
|
||||
aiopvpc==2.1.1
|
||||
|
||||
# homeassistant.components.webostv
|
||||
aiopylgtv==0.4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue