mirror of
https://github.com/home-assistant/core.git
synced 2025-05-08 07:59:18 +00:00

* mapping * update * working * tests * fixes * temp add binary sensor platform to make sure it works * fixes * 100% cover * adjust * disable chatty sensors by default * remove binary sensor_platform for next PR * time is much nicer than counter
9 lines
146 B
Python
9 lines
146 B
Python
"""OralB session fixtures."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def mock_bluetooth(enable_bluetooth):
|
|
"""Auto mock bluetooth."""
|