Add SensorPush BLE integration (#75531)

This commit is contained in:
J. Nick Koston 2022-07-21 20:31:23 -05:00 committed by GitHub
parent 36138afb93
commit 67e16d77e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 555 additions and 0 deletions

View file

@ -0,0 +1,8 @@
"""SensorPush session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def auto_mock_bleak_scanner_start(mock_bleak_scanner_start):
"""Auto mock bleak scanner start."""