mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump env_canada to 0.6.0 (#101798)
This commit is contained in:
parent
1c70cbaebd
commit
7f7c3233bd
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/environment_canada",
|
"documentation": "https://www.home-assistant.io/integrations/environment_canada",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["env_canada"],
|
"loggers": ["env_canada"],
|
||||||
"requirements": ["env-canada==0.5.37"]
|
"requirements": ["env-canada==0.6.0"]
|
||||||
}
|
}
|
||||||
|
@ -437,7 +437,7 @@ filterwarnings = [
|
|||||||
# -- design choice 3rd party
|
# -- design choice 3rd party
|
||||||
# https://github.com/gwww/elkm1/blob/2.2.5/elkm1_lib/util.py#L8-L19
|
# https://github.com/gwww/elkm1/blob/2.2.5/elkm1_lib/util.py#L8-L19
|
||||||
"ignore:ssl.TLSVersion.TLSv1 is deprecated:DeprecationWarning:elkm1_lib.util",
|
"ignore:ssl.TLSVersion.TLSv1 is deprecated:DeprecationWarning:elkm1_lib.util",
|
||||||
# https://github.com/michaeldavie/env_canada/blob/v0.5.37/env_canada/ec_cache.py
|
# https://github.com/michaeldavie/env_canada/blob/v0.6.0/env_canada/ec_cache.py
|
||||||
"ignore:Inheritance class CacheClientSession from ClientSession is discouraged:DeprecationWarning:env_canada.ec_cache",
|
"ignore:Inheritance class CacheClientSession from ClientSession is discouraged:DeprecationWarning:env_canada.ec_cache",
|
||||||
# https://github.com/allenporter/ical/pull/215 - v5.0.0
|
# https://github.com/allenporter/ical/pull/215 - v5.0.0
|
||||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:ical.util",
|
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:ical.util",
|
||||||
|
@ -752,7 +752,7 @@ enocean==0.50
|
|||||||
enturclient==0.2.4
|
enturclient==0.2.4
|
||||||
|
|
||||||
# homeassistant.components.environment_canada
|
# homeassistant.components.environment_canada
|
||||||
env-canada==0.5.37
|
env-canada==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.season
|
# homeassistant.components.season
|
||||||
ephem==4.1.5
|
ephem==4.1.5
|
||||||
|
@ -608,7 +608,7 @@ energyzero==0.5.0
|
|||||||
enocean==0.50
|
enocean==0.50
|
||||||
|
|
||||||
# homeassistant.components.environment_canada
|
# homeassistant.components.environment_canada
|
||||||
env-canada==0.5.37
|
env-canada==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.season
|
# homeassistant.components.season
|
||||||
ephem==4.1.5
|
ephem==4.1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user