mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update led-ble to 1.0.0 for bleak 0.19 (#80403)
* Update led-ble for bleak 0.19 * bump version
This commit is contained in:
parent
86c6caabb2
commit
29e110d416
@ -43,7 +43,9 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
change: bluetooth.BluetoothChange,
|
change: bluetooth.BluetoothChange,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Update from a ble callback."""
|
"""Update from a ble callback."""
|
||||||
led_ble.set_ble_device(service_info.device)
|
led_ble.set_ble_device_and_advertisement_data(
|
||||||
|
service_info.device, service_info.advertisement
|
||||||
|
)
|
||||||
|
|
||||||
entry.async_on_unload(
|
entry.async_on_unload(
|
||||||
bluetooth.async_register_callback(
|
bluetooth.async_register_callback(
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "LED BLE",
|
"name": "LED BLE",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ble_ble",
|
"documentation": "https://www.home-assistant.io/integrations/ble_ble",
|
||||||
"requirements": ["led-ble==0.10.1"],
|
"requirements": ["led-ble==1.0.0"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"bluetooth": [
|
"bluetooth": [
|
||||||
|
@ -991,7 +991,7 @@ lakeside==0.12
|
|||||||
laundrify_aio==1.1.2
|
laundrify_aio==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.led_ble
|
# homeassistant.components.led_ble
|
||||||
led-ble==0.10.1
|
led-ble==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.foscam
|
# homeassistant.components.foscam
|
||||||
libpyfoscam==1.0
|
libpyfoscam==1.0
|
||||||
|
@ -732,7 +732,7 @@ lacrosse-view==0.0.9
|
|||||||
laundrify_aio==1.1.2
|
laundrify_aio==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.led_ble
|
# homeassistant.components.led_ble
|
||||||
led-ble==0.10.1
|
led-ble==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.foscam
|
# homeassistant.components.foscam
|
||||||
libpyfoscam==1.0
|
libpyfoscam==1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user