Docs | Support

hbldh/bleak

develop
3 months ago
@dlech tests/integration: work around Bumble-Linux timeout Add a hack to work around a Bumble missing feat
Server Error.
develop
3 months ago
@dlech bleak/backends: remove super().__init__() Remove `super().__init__()`. This was just calling the de
Server Error.
develop
3 months ago
@dlech bleak: remove the cli() function Remove the cli() function and `if __name__ == "__main__"` block fr
Server Error.
develop
3 months ago
@dlech tree-wide: clean up conditional imports Replace most conditional imports based on Python version wi
Server Error.
develop
3 months ago
@dlech tree-wide: replace str.format with f-strings Clean up legacy code by replacing str.format() calls w
Server Error.
develop
3 months ago
Server Error.
develop
3 months ago
@dlech tests/integration: fix controller logging Replace logging.warning() with logger.debug() in bluez_co
Server Error.
master
3 months ago
@dlech Merge branch 'release/v2.1.0'
Server Error.
release/v2.1.0
3 months ago
@dlech v2.1.0
Server Error.
master
3 months ago
@dlech Merge pull request #1891 from hbldh/release/v2.1.0 v2.1.0
Server Error.
release/v2.1.0
3 months ago
@dlech v2.1.0
Server Error.
develop
3 months ago
@dlech tests/integration: doc improvements Fill in some additional details in the integration test README
Server Error.
develop
3 months ago
@dlech github: replace codecov/test-results-action Replace codecov/test-results-action with codecov/codeco
Server Error.
develop
3 months ago
@dlech bleak: refactor BleakScanner context manager Call self.start/stop() in __aenter__/__aexit__ instead
Server Error.
develop
3 months ago
@dlech backends/bluezdbus: allow forcing StartNotify over AcquireNotify Add a `bluez` parameter to `BleakC
Server Error.