mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump boschshcpy to 0.2.57 (#94686)
This commit is contained in:
parent
99cbf21c57
commit
3cf88ffdde
@ -7,7 +7,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/bosch_shc",
|
"documentation": "https://www.home-assistant.io/integrations/bosch_shc",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["boschshcpy"],
|
"loggers": ["boschshcpy"],
|
||||||
"requirements": ["boschshcpy==0.2.35"],
|
"requirements": ["boschshcpy==0.2.57"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_http._tcp.local.",
|
"type": "_http._tcp.local.",
|
||||||
|
@ -117,7 +117,7 @@ async def async_setup_entry(
|
|||||||
)
|
)
|
||||||
|
|
||||||
for sensor in (
|
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(
|
entities.append(
|
||||||
PowerSensor(
|
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(
|
entities.append(
|
||||||
SHCSwitch(
|
SHCSwitch(
|
||||||
device=switch,
|
device=switch,
|
||||||
|
@ -546,7 +546,7 @@ bluetooth-data-tools==1.2.0
|
|||||||
bond-async==0.1.23
|
bond-async==0.1.23
|
||||||
|
|
||||||
# homeassistant.components.bosch_shc
|
# homeassistant.components.bosch_shc
|
||||||
boschshcpy==0.2.35
|
boschshcpy==0.2.57
|
||||||
|
|
||||||
# homeassistant.components.amazon_polly
|
# homeassistant.components.amazon_polly
|
||||||
# homeassistant.components.route53
|
# homeassistant.components.route53
|
||||||
|
@ -457,7 +457,7 @@ bluetooth-data-tools==1.2.0
|
|||||||
bond-async==0.1.23
|
bond-async==0.1.23
|
||||||
|
|
||||||
# homeassistant.components.bosch_shc
|
# homeassistant.components.bosch_shc
|
||||||
boschshcpy==0.2.35
|
boschshcpy==0.2.57
|
||||||
|
|
||||||
# homeassistant.components.broadlink
|
# homeassistant.components.broadlink
|
||||||
broadlink==0.18.3
|
broadlink==0.18.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user