mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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
@ -82,7 +82,7 @@ class BondLight(BondEntity, LightEntity):
|
|||||||
if brightness:
|
if brightness:
|
||||||
await self._hub.bond.action(
|
await self._hub.bond.action(
|
||||||
self._device.device_id,
|
self._device.device_id,
|
||||||
Action(Action.SET_BRIGHTNESS, round((brightness * 100) / 255)),
|
Action.set_brightness(round((brightness * 100) / 255)),
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
await self._hub.bond.action(self._device.device_id, Action.turn_light_on())
|
await self._hub.bond.action(self._device.device_id, Action.turn_light_on())
|
||||||
|
@ -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.7"],
|
"requirements": ["bond-api==0.1.8"],
|
||||||
"codeowners": ["@prystupa"],
|
"codeowners": ["@prystupa"],
|
||||||
"quality_scale": "platinum"
|
"quality_scale": "platinum"
|
||||||
}
|
}
|
||||||
|
@ -362,7 +362,7 @@ blockchain==1.4.4
|
|||||||
bomradarloop==0.1.4
|
bomradarloop==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.bond
|
# homeassistant.components.bond
|
||||||
bond-api==0.1.7
|
bond-api==0.1.8
|
||||||
|
|
||||||
# homeassistant.components.amazon_polly
|
# homeassistant.components.amazon_polly
|
||||||
# homeassistant.components.route53
|
# homeassistant.components.route53
|
||||||
|
@ -187,7 +187,7 @@ blinkpy==0.15.1
|
|||||||
bomradarloop==0.1.4
|
bomradarloop==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.bond
|
# homeassistant.components.bond
|
||||||
bond-api==0.1.7
|
bond-api==0.1.8
|
||||||
|
|
||||||
# homeassistant.components.braviatv
|
# homeassistant.components.braviatv
|
||||||
bravia-tv==1.0.6
|
bravia-tv==1.0.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user