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

@@ -696,6 +696,7 @@ async def test_not_fires_on_mqtt_message_after_remove_from_registry(
):
"""Test triggers not firing after removal."""
assert await async_setup_component(hass, "config", {})
assert await async_setup_component(hass, "repairs", {})
await hass.async_block_till_done()
await mqtt_mock_entry_no_yaml_config()