Bump boschshcpy to 0.2.57 (#94686)

This commit is contained in:
Thomas Schamm 2023-06-20 08:40:57 +02:00 committed by GitHub
parent 99cbf21c57
commit 3cf88ffdde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 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.35"],
"requirements": ["boschshcpy==0.2.57"],
"zeroconf": [
{
"type": "_http._tcp.local.",

View file

@ -117,7 +117,7 @@ async def async_setup_entry(
)
for sensor in (
session.device_helper.smart_plugs + session.device_helper.light_switches
session.device_helper.smart_plugs + session.device_helper.light_switches_bsm
):
entities.append(
PowerSensor(

View file

@ -111,7 +111,7 @@ async def async_setup_entry(
)
)
for switch in session.device_helper.light_switches:
for switch in session.device_helper.light_switches_bsm:
entities.append(
SHCSwitch(
device=switch,

View file

@ -546,7 +546,7 @@ bluetooth-data-tools==1.2.0
bond-async==0.1.23
# homeassistant.components.bosch_shc
boschshcpy==0.2.35
boschshcpy==0.2.57
# homeassistant.components.amazon_polly
# homeassistant.components.route53

View file

@ -457,7 +457,7 @@ bluetooth-data-tools==1.2.0
bond-async==0.1.23
# homeassistant.components.bosch_shc
boschshcpy==0.2.35
boschshcpy==0.2.57
# homeassistant.components.broadlink
broadlink==0.18.3