Allow skip parsing template result (#42401)

This commit is contained in:
Franck Nijhof 2020-10-26 16:01:09 +01:00 committed by GitHub
parent 80e8068b46
commit 45aba9bdf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 98 additions and 24 deletions

View file

@ -174,7 +174,7 @@ async def test_do_no_run_forever(hass, caplog):
assert await async_setup_component(
hass,
shell_command.DOMAIN,
{shell_command.DOMAIN: {"test_service": "sleep 10000s"}},
{shell_command.DOMAIN: {"test_service": "sleep 10000"}},
)
await hass.async_block_till_done()