Fix reload of MQTT yaml config (#72901)

This commit is contained in:
Erik Montnemery 2022-06-02 20:32:31 +02:00 committed by GitHub
parent 8e4321af59
commit b97d346df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 241 additions and 183 deletions

View file

@ -1106,7 +1106,7 @@ async def test_cleanup_triggers_and_restoring_state(
freezer.move_to("2022-02-02 12:01:10+01:00")
await help_test_reload_with_config(
hass, caplog, tmp_path, domain, [config1, config2]
hass, caplog, tmp_path, {domain: [config1, config2]}
)
await hass.async_block_till_done()