1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00

Batch of Component(s) -> Integration(s) (#24972)

This commit is contained in:
Franck Nijhof
2019-07-06 00:24:26 +02:00
committed by Paulus Schoutsen
parent e75c9efb3f
commit 31f569ada9
27 changed files with 34 additions and 34 deletions

View File

@@ -77,7 +77,7 @@ async def test_only_valid_components(hass, mqtt_mock, caplog):
await hass.async_block_till_done()
assert 'Component {} is not supported'.format(
assert 'Integration {} is not supported'.format(
invalid_component
) in caplog.text