Add SensorPush BLE integration (#75531)
This commit is contained in:
parent
36138afb93
commit
67e16d77e8
16 changed files with 555 additions and 0 deletions
8
tests/components/sensorpush/conftest.py
Normal file
8
tests/components/sensorpush/conftest.py
Normal 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."""
|
Loading…
Add table
Add a link
Reference in a new issue