Bump bond-api to 0.1.16 to handle disconnects and protocol errors (#64802)
- Changelog: https://github.com/prystupa/bond-api/compare/v0.1.15...v0.1.16pull/64815/head
parent
68a4bf118c
commit
1743850ab8
|
@ -3,7 +3,7 @@
|
||||||
"name": "Bond",
|
"name": "Bond",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/bond",
|
"documentation": "https://www.home-assistant.io/integrations/bond",
|
||||||
"requirements": ["bond-api==0.1.15"],
|
"requirements": ["bond-api==0.1.16"],
|
||||||
"zeroconf": ["_bond._tcp.local."],
|
"zeroconf": ["_bond._tcp.local."],
|
||||||
"codeowners": ["@bdraco", "@prystupa", "@joshs85"],
|
"codeowners": ["@bdraco", "@prystupa", "@joshs85"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
|
|
|
@ -435,7 +435,7 @@ blockchain==1.4.4
|
||||||
# bme680==1.0.5
|
# bme680==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.bond
|
# homeassistant.components.bond
|
||||||
bond-api==0.1.15
|
bond-api==0.1.16
|
||||||
|
|
||||||
# homeassistant.components.bosch_shc
|
# homeassistant.components.bosch_shc
|
||||||
boschshcpy==0.2.28
|
boschshcpy==0.2.28
|
||||||
|
|
|
@ -288,7 +288,7 @@ blebox_uniapi==1.3.3
|
||||||
blinkpy==0.18.0
|
blinkpy==0.18.0
|
||||||
|
|
||||||
# homeassistant.components.bond
|
# homeassistant.components.bond
|
||||||
bond-api==0.1.15
|
bond-api==0.1.16
|
||||||
|
|
||||||
# homeassistant.components.bosch_shc
|
# homeassistant.components.bosch_shc
|
||||||
boschshcpy==0.2.28
|
boschshcpy==0.2.28
|
||||||
|
|
Loading…
Reference in New Issue