1
0
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:
Franck Nijhof
2022-08-26 02:56:26 +02:00
committed by GitHub
parent d7724235ff
commit 5f0cca9b26
7 changed files with 60 additions and 2 deletions

View File

@@ -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()