mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Bump sunweg to 3.0.1 (#118435)
This commit is contained in:
parent
742dd61d36
commit
ad2ff500de
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/sunweg/",
|
"documentation": "https://www.home-assistant.io/integrations/sunweg/",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["sunweg"],
|
"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,
|
state_class=SensorStateClass.TOTAL,
|
||||||
never_resets=True,
|
never_resets=True,
|
||||||
),
|
),
|
||||||
SunWEGSensorEntityDescription(
|
|
||||||
key="kwh_per_kwp",
|
|
||||||
name="kWh por kWp",
|
|
||||||
api_variable_key="_kwh_per_kwp",
|
|
||||||
),
|
|
||||||
SunWEGSensorEntityDescription(
|
SunWEGSensorEntityDescription(
|
||||||
key="last_update",
|
key="last_update",
|
||||||
name="Last Update",
|
name="Last Update",
|
||||||
|
@ -2662,7 +2662,7 @@ subarulink==0.7.11
|
|||||||
sunwatcher==0.2.1
|
sunwatcher==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.sunweg
|
# homeassistant.components.sunweg
|
||||||
sunweg==2.1.1
|
sunweg==3.0.1
|
||||||
|
|
||||||
# homeassistant.components.surepetcare
|
# homeassistant.components.surepetcare
|
||||||
surepy==0.9.0
|
surepy==0.9.0
|
||||||
|
@ -2078,7 +2078,7 @@ subarulink==0.7.11
|
|||||||
sunwatcher==0.2.1
|
sunwatcher==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.sunweg
|
# homeassistant.components.sunweg
|
||||||
sunweg==2.1.1
|
sunweg==3.0.1
|
||||||
|
|
||||||
# homeassistant.components.surepetcare
|
# homeassistant.components.surepetcare
|
||||||
surepy==0.9.0
|
surepy==0.9.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user