Update ovoenergy to 1.3.1 (#114367)
This commit is contained in:
parent
f0eca8233e
commit
d2b5769123
6 changed files with 5 additions and 7 deletions
|
@ -7,7 +7,7 @@ from datetime import timedelta
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
from ovoenergy import OVODailyUsage
|
from ovoenergy.models import OVODailyUsage
|
||||||
from ovoenergy.ovoenergy import OVOEnergy
|
from ovoenergy.ovoenergy import OVOEnergy
|
||||||
|
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
|
|
|
@ -7,5 +7,5 @@
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["ovoenergy"],
|
"loggers": ["ovoenergy"],
|
||||||
"requirements": ["ovoenergy==1.2.0"]
|
"requirements": ["ovoenergy==1.3.1"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ import dataclasses
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from typing import Final
|
from typing import Final
|
||||||
|
|
||||||
from ovoenergy import OVODailyUsage
|
from ovoenergy.models import OVODailyUsage
|
||||||
from ovoenergy.ovoenergy import OVOEnergy
|
from ovoenergy.ovoenergy import OVOEnergy
|
||||||
|
|
||||||
from homeassistant.components.sensor import (
|
from homeassistant.components.sensor import (
|
||||||
|
|
|
@ -495,8 +495,6 @@ filterwarnings = [
|
||||||
"ignore:\"is not\" with 'str' literal. Did you mean \"!=\"?:SyntaxWarning:.*lupupy.devices.alarm",
|
"ignore:\"is not\" with 'str' literal. Did you mean \"!=\"?:SyntaxWarning:.*lupupy.devices.alarm",
|
||||||
# https://github.com/nextcord/nextcord/pull/1095 - >2.6.1
|
# https://github.com/nextcord/nextcord/pull/1095 - >2.6.1
|
||||||
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:nextcord.health_check",
|
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:nextcord.health_check",
|
||||||
# https://github.com/timmo001/ovoenergy/pull/68 - >=1.3.0
|
|
||||||
"ignore:\"is not\" with 'int' literal. Did you mean \"!=\"?:SyntaxWarning:.*ovoenergy.ovoenergy",
|
|
||||||
# https://github.com/eclipse/paho.mqtt.python/issues/653 - >=2.0.0
|
# https://github.com/eclipse/paho.mqtt.python/issues/653 - >=2.0.0
|
||||||
# https://github.com/eclipse/paho.mqtt.python/pull/665
|
# https://github.com/eclipse/paho.mqtt.python/pull/665
|
||||||
"ignore:ssl.PROTOCOL_TLS is deprecated:DeprecationWarning:paho.mqtt.client",
|
"ignore:ssl.PROTOCOL_TLS is deprecated:DeprecationWarning:paho.mqtt.client",
|
||||||
|
|
|
@ -1497,7 +1497,7 @@ orvibo==1.1.2
|
||||||
ourgroceries==1.5.4
|
ourgroceries==1.5.4
|
||||||
|
|
||||||
# homeassistant.components.ovo_energy
|
# homeassistant.components.ovo_energy
|
||||||
ovoenergy==1.2.0
|
ovoenergy==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.p1_monitor
|
# homeassistant.components.p1_monitor
|
||||||
p1monitor==3.0.0
|
p1monitor==3.0.0
|
||||||
|
|
|
@ -1185,7 +1185,7 @@ oralb-ble==0.17.6
|
||||||
ourgroceries==1.5.4
|
ourgroceries==1.5.4
|
||||||
|
|
||||||
# homeassistant.components.ovo_energy
|
# homeassistant.components.ovo_energy
|
||||||
ovoenergy==1.2.0
|
ovoenergy==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.p1_monitor
|
# homeassistant.components.p1_monitor
|
||||||
p1monitor==3.0.0
|
p1monitor==3.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue