Update bond-api to 0.1.8 (#38442)
* Bump bond API dependency version * Bump bond API dependency version (PR feedback)
This commit is contained in:
parent
04e5fc7ccd
commit
2e340d2c2f
4 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,7 @@ class BondLight(BondEntity, LightEntity):
|
|||
if brightness:
|
||||
await self._hub.bond.action(
|
||||
self._device.device_id,
|
||||
Action(Action.SET_BRIGHTNESS, round((brightness * 100) / 255)),
|
||||
Action.set_brightness(round((brightness * 100) / 255)),
|
||||
)
|
||||
else:
|
||||
await self._hub.bond.action(self._device.device_id, Action.turn_light_on())
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Bond",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/bond",
|
||||
"requirements": ["bond-api==0.1.7"],
|
||||
"requirements": ["bond-api==0.1.8"],
|
||||
"codeowners": ["@prystupa"],
|
||||
"quality_scale": "platinum"
|
||||
}
|
||||
|
|
|
@ -362,7 +362,7 @@ blockchain==1.4.4
|
|||
bomradarloop==0.1.4
|
||||
|
||||
# homeassistant.components.bond
|
||||
bond-api==0.1.7
|
||||
bond-api==0.1.8
|
||||
|
||||
# homeassistant.components.amazon_polly
|
||||
# homeassistant.components.route53
|
||||
|
|
|
@ -187,7 +187,7 @@ blinkpy==0.15.1
|
|||
bomradarloop==0.1.4
|
||||
|
||||
# homeassistant.components.bond
|
||||
bond-api==0.1.7
|
||||
bond-api==0.1.8
|
||||
|
||||
# homeassistant.components.braviatv
|
||||
bravia-tv==1.0.6
|
||||
|
|
Loading…
Add table
Reference in a new issue