Bump boschshcpy to 0.2.57 (#94686)
This commit is contained in:
parent
99cbf21c57
commit
3cf88ffdde
5 changed files with 5 additions and 5 deletions
|
@ -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.",
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue