Update ovoenergy to 1.3.1 (#114367)

pull/114362/head^2
Marc Mueller 2024-03-28 11:29:31 +01:00 committed by GitHub
parent f0eca8233e
commit d2b5769123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 7 deletions

View File

@ -7,7 +7,7 @@ from datetime import timedelta
import logging
import aiohttp
from ovoenergy import OVODailyUsage
from ovoenergy.models import OVODailyUsage
from ovoenergy.ovoenergy import OVOEnergy
from homeassistant.config_entries import ConfigEntry

View File

@ -7,5 +7,5 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["ovoenergy"],
"requirements": ["ovoenergy==1.2.0"]
"requirements": ["ovoenergy==1.3.1"]
}

View File

@ -7,7 +7,7 @@ import dataclasses
from datetime import datetime, timedelta
from typing import Final
from ovoenergy import OVODailyUsage
from ovoenergy.models import OVODailyUsage
from ovoenergy.ovoenergy import OVOEnergy
from homeassistant.components.sensor import (

View File

@ -495,8 +495,6 @@ filterwarnings = [
"ignore:\"is not\" with 'str' literal. Did you mean \"!=\"?:SyntaxWarning:.*lupupy.devices.alarm",
# https://github.com/nextcord/nextcord/pull/1095 - >2.6.1
"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/pull/665
"ignore:ssl.PROTOCOL_TLS is deprecated:DeprecationWarning:paho.mqtt.client",

View File

@ -1497,7 +1497,7 @@ orvibo==1.1.2
ourgroceries==1.5.4
# homeassistant.components.ovo_energy
ovoenergy==1.2.0
ovoenergy==1.3.1
# homeassistant.components.p1_monitor
p1monitor==3.0.0

View File

@ -1185,7 +1185,7 @@ oralb-ble==0.17.6
ourgroceries==1.5.4
# homeassistant.components.ovo_energy
ovoenergy==1.2.0
ovoenergy==1.3.1
# homeassistant.components.p1_monitor
p1monitor==3.0.0