You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task.wait_until() function ought to cause an error if an unrecognized keyword argument is specified, but it currently ignores such argument. That makes it hard to catch user errors such as misspelling "state_check_now" as "state_check".
Pyscript Version: 0.32
HA version: 0.117.2
To reproduce:
Run a script containing: trig_info = task.wait_until(bozo=5)
Expected behavior:
Abort the script and show an exception and traceback in the home assistant log