Update boschshcpy to 0.2.91 (#114366)

This commit is contained in:
Marc Mueller
2024-03-28 12:41:30 +01:00
committed by GitHub
parent 62816e2041
commit 68d6f96a9d
4 changed files with 3 additions and 5 deletions

View File

@ -7,7 +7,7 @@
"documentation": "https://www.home-assistant.io/integrations/bosch_shc",
"iot_class": "local_push",
"loggers": ["boschshcpy"],
"requirements": ["boschshcpy==0.2.82"],
"requirements": ["boschshcpy==0.2.91"],
"zeroconf": [
{
"type": "_http._tcp.local.",

View File

@ -481,8 +481,6 @@ filterwarnings = [
"ignore:module 'sre_constants' is deprecated:DeprecationWarning:AIOAladdinConnect",
# https://github.com/bachya/aiopurpleair/pull/200 - >=2023.10.0
"ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aiopurpleair.helpers.validators",
# https://github.com/tschamm/boschshcpy/pull/39 - >=0.2.89
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:boschshcpy.api",
# https://github.com/DataDog/datadogpy/pull/290 - >=0.23.0
"ignore:invalid escape sequence:SyntaxWarning:.*datadog.dogstatsd.base",
# https://github.com/fwestenberg/devialet/pull/6 - >1.4.5

View File

@ -596,7 +596,7 @@ bluetooth-data-tools==1.19.0
bond-async==0.2.1
# homeassistant.components.bosch_shc
boschshcpy==0.2.82
boschshcpy==0.2.91
# homeassistant.components.amazon_polly
# homeassistant.components.route53

View File

@ -511,7 +511,7 @@ bluetooth-data-tools==1.19.0
bond-async==0.2.1
# homeassistant.components.bosch_shc
boschshcpy==0.2.82
boschshcpy==0.2.91
# homeassistant.components.bring
bring-api==0.5.7