File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
custom_components/pyscript Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ async def wait_until(
9898 event_trigger = None ,
9999 timeout = None ,
100100 state_hold = None ,
101- ** kwargs ,
102101 ):
103102 """Wait for zero or more triggers, until an optional timeout."""
104103 if state_trigger is None and time_trigger is None and event_trigger is None :
Original file line number Diff line number Diff line change @@ -60,3 +60,5 @@ The bug fixes since 0.32 in master include:
6060- Jupyter autocomplete now works on multiline code blocks.
6161- Improved error message reporting for syntax errors inside f-strings.
6262- Fixed incorrect global context update on calling module that, in turn, does a callback (#58)
63+ - `task.wait_until ` no longer silently ignores unrecognized keyword arguments (#80)
64+ - `task.wait_until ` incorrectly ignored the keyword optional state_check_now argument (#81)
You can’t perform that action at this time.
0 commit comments