Update to bleak 0.15 (#75941)

This commit is contained in:
J. Nick Koston
2022-07-29 14:53:33 -10:00
committed by GitHub
parent c4ad6d46ae
commit 80a9659524
39 changed files with 223 additions and 152 deletions

View File

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