Add oralb integration (#80918)
* 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
This commit is contained in:
parent
3759be09df
commit
559e281431
18 changed files with 638 additions and 0 deletions
8
tests/components/oralb/conftest.py
Normal file
8
tests/components/oralb/conftest.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""OralB session fixtures."""
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_bluetooth(enable_bluetooth):
|
||||
"""Auto mock bluetooth."""
|
Loading…
Add table
Add a link
Reference in a new issue