mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update boschshcpy to 0.2.91 (#114366)
This commit is contained in:
@ -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.",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user