diff --git a/homeassistant/components/sunweg/manifest.json b/homeassistant/components/sunweg/manifest.json index 3e41d331e8c..bcf1ad9dae2 100644 --- a/homeassistant/components/sunweg/manifest.json +++ b/homeassistant/components/sunweg/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/sunweg/", "iot_class": "cloud_polling", "loggers": ["sunweg"], - "requirements": ["sunweg==2.1.1"] + "requirements": ["sunweg==3.0.1"] } diff --git a/homeassistant/components/sunweg/sensor_types/total.py b/homeassistant/components/sunweg/sensor_types/total.py index 5ae8be6dba3..2b94446a165 100644 --- a/homeassistant/components/sunweg/sensor_types/total.py +++ b/homeassistant/components/sunweg/sensor_types/total.py @@ -41,11 +41,6 @@ TOTAL_SENSOR_TYPES: tuple[SunWEGSensorEntityDescription, ...] = ( state_class=SensorStateClass.TOTAL, never_resets=True, ), - SunWEGSensorEntityDescription( - key="kwh_per_kwp", - name="kWh por kWp", - api_variable_key="_kwh_per_kwp", - ), SunWEGSensorEntityDescription( key="last_update", name="Last Update", diff --git a/requirements_all.txt b/requirements_all.txt index b809725fa3a..b228624e9e9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2662,7 +2662,7 @@ subarulink==0.7.11 sunwatcher==0.2.1 # homeassistant.components.sunweg -sunweg==2.1.1 +sunweg==3.0.1 # homeassistant.components.surepetcare surepy==0.9.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d640851996b..30e719486f9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2078,7 +2078,7 @@ subarulink==0.7.11 sunwatcher==0.2.1 # homeassistant.components.sunweg -sunweg==2.1.1 +sunweg==3.0.1 # homeassistant.components.surepetcare surepy==0.9.0