mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Raise repairs issue if automation calls unknown service (#76949)
This commit is contained in:
@@ -75,5 +75,6 @@ async def authed_api_client(hass, hass_client):
|
||||
@pytest.fixture(autouse=True)
|
||||
async def setup_ws(hass):
|
||||
"""Configure the websocket_api component."""
|
||||
assert await async_setup_component(hass, "repairs", {})
|
||||
assert await async_setup_component(hass, "websocket_api", {})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
Reference in New Issue
Block a user