Bump sunweg to 3.0.1 (#118435)
This commit is contained in:
parent
742dd61d36
commit
ad2ff500de
4 changed files with 3 additions and 8 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue