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:
Eugene Prystupa 2020-07-31 20:36:02 -04:00 committed by GitHub
parent 04e5fc7ccd
commit 2e340d2c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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())

View file

@ -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"
}

View file

@ -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

View file

@ -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