Store original result on template results (#42391)

* Store original result on template results

* Fix shell command test
This commit is contained in:
Paulus Schoutsen
2020-10-26 11:30:58 +01:00
committed by GitHub
parent 6645cb2637
commit e552c9ba96
5 changed files with 108 additions and 19 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 10000"}},
{shell_command.DOMAIN: {"test_service": "sleep 10000s"}},
)
await hass.async_block_till_done()