1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-27 20:23:58 +01:00

Add support for setting up and removing bluetooth in the UI (#75600)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
J. Nick Koston
2022-07-22 13:19:53 -05:00
committed by GitHub
parent 20b6c4c48e
commit 38bccadaa6
22 changed files with 755 additions and 339 deletions

View File

@@ -23,7 +23,7 @@ def recorder_url_mock():
yield
async def test_setup(hass, mock_zeroconf, mock_get_source_ip):
async def test_setup(hass, mock_zeroconf, mock_get_source_ip, mock_bluetooth):
"""Test setup."""
recorder_helper.async_initialize_recorder(hass)
assert await async_setup_component(hass, "default_config", {"foo": "bar"})