From 3d45f00fad2674268d049aee03fc52e0383c545f Mon Sep 17 00:00:00 2001 From: Eugenio Panadero Date: Tue, 1 Jun 2021 09:45:37 +0200 Subject: [PATCH] Bump aiopvpc to apply quickfix for new electricity price tariff (#51320) Since 2021-06-01, the three PVPC price tariffs become one and only: '2.0 TD', and the JSON schema from the official API (data source of this integration) is slightly different. This patch allows a no-pain jump between the old tariffs and the new one. --- homeassistant/components/pvpc_hourly_pricing/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/pvpc_hourly_pricing/manifest.json b/homeassistant/components/pvpc_hourly_pricing/manifest.json index c39d66163e0..bbbe18350c8 100644 --- a/homeassistant/components/pvpc_hourly_pricing/manifest.json +++ b/homeassistant/components/pvpc_hourly_pricing/manifest.json @@ -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.1.1"], + "requirements": ["aiopvpc==2.1.2"], "codeowners": ["@azogue"], "quality_scale": "platinum", "iot_class": "cloud_polling" diff --git a/requirements_all.txt b/requirements_all.txt index 2054159d430..c40a65d8030 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -218,7 +218,7 @@ aiopulse==0.4.2 aiopvapi==1.6.14 # homeassistant.components.pvpc_hourly_pricing -aiopvpc==2.1.1 +aiopvpc==2.1.2 # homeassistant.components.webostv aiopylgtv==0.4.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9af5fb43134..1309c357b5e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -140,7 +140,7 @@ aiopulse==0.4.2 aiopvapi==1.6.14 # homeassistant.components.pvpc_hourly_pricing -aiopvpc==2.1.1 +aiopvpc==2.1.2 # homeassistant.components.webostv aiopylgtv==0.4.0