Bump sunweg to 3.0.1 (#118435)

This commit is contained in:
Lucas Mindêllo de Andrade 2024-06-08 05:57:44 -03:00 committed by GitHub
parent 742dd61d36
commit ad2ff500de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 8 deletions

View file

@ -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"]
}

View file

@ -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",

View file

@ -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

View file

@ -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