mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Update to bleak 0.15 (#75941)
This commit is contained in:
@@ -32,7 +32,7 @@ async def async_get_controller(hass: HomeAssistant) -> Controller:
|
||||
|
||||
controller = Controller(
|
||||
async_zeroconf_instance=async_zeroconf_instance,
|
||||
bleak_scanner_instance=bleak_scanner_instance,
|
||||
bleak_scanner_instance=bleak_scanner_instance, # type: ignore[arg-type]
|
||||
)
|
||||
|
||||
hass.data[CONTROLLER] = controller
|
||||
|
||||
Reference in New Issue
Block a user