Bump pysuezV2 to 2.0.4 (#139824)
parent
0f3409bd09
commit
b225a7f370
|
@ -20,8 +20,8 @@ class SuezWaterAggregatedAttributes:
|
|||
|
||||
this_month_consumption: dict[str, float]
|
||||
previous_month_consumption: dict[str, float]
|
||||
last_year_overall: dict[str, float]
|
||||
this_year_overall: dict[str, float]
|
||||
last_year_overall: int
|
||||
this_year_overall: int
|
||||
history: dict[str, float]
|
||||
highest_monthly_consumption: float
|
||||
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pysuez", "regex"],
|
||||
"quality_scale": "bronze",
|
||||
"requirements": ["pysuezV2==2.0.3"]
|
||||
"requirements": ["pysuezV2==2.0.4"]
|
||||
}
|
||||
|
|
|
@ -2346,7 +2346,7 @@ pysqueezebox==0.12.0
|
|||
pystiebeleltron==0.0.1.dev2
|
||||
|
||||
# homeassistant.components.suez_water
|
||||
pysuezV2==2.0.3
|
||||
pysuezV2==2.0.4
|
||||
|
||||
# homeassistant.components.switchbee
|
||||
pyswitchbee==1.8.3
|
||||
|
|
|
@ -1915,7 +1915,7 @@ pyspeex-noise==1.0.2
|
|||
pysqueezebox==0.12.0
|
||||
|
||||
# homeassistant.components.suez_water
|
||||
pysuezV2==2.0.3
|
||||
pysuezV2==2.0.4
|
||||
|
||||
# homeassistant.components.switchbee
|
||||
pyswitchbee==1.8.3
|
||||
|
|
Loading…
Reference in New Issue