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:
@@ -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"})
|
||||
|
||||
Reference in New Issue
Block a user