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(
98
98
event_trigger = None ,
99
99
timeout = None ,
100
100
state_hold = None ,
101
- ** kwargs ,
102
101
):
103
102
"""Wait for zero or more triggers, until an optional timeout."""
104
103
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:
60
60
- Jupyter autocomplete now works on multiline code blocks.
61
61
- Improved error message reporting for syntax errors inside f-strings.
62
62
- 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