mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00

* Add support for dormakaba dKey locks * Pylint * Address review comments * Add test for already configured entry * Add user flow * Address review comments * Simplify config flow * Add tests * Sort manifest * Remove useless _abort_if_unique_id_configured * Remove config entry update listener * Simplify user flow * Remove startup event * Revert "Simplify user flow" This reverts commit 0ef9d1c6bb452b3a06856bc6bf5e81303a33c6b9.
9 lines
152 B
Python
9 lines
152 B
Python
"""Dormakaba dKey test fixtures."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def mock_bluetooth(enable_bluetooth):
|
|
"""Auto mock bluetooth."""
|