mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 11:47:50 +00:00

* Add Mopeka integration Mopeka makes BLE propane tank monitors * cover * wip * wip * bump lib * strip binary sensor * all sensors * all sensors * update tests * change quality * change quality * adjust * integration_type, strict-typing
9 lines
147 B
Python
9 lines
147 B
Python
"""Mopeka session fixtures."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def mock_bluetooth(enable_bluetooth):
|
|
"""Auto mock bluetooth."""
|