Commit 0add6bc
committed
config_flow: async_get is not awaitable
async_get is apparently has the async prefix because it is a callback,
not because it is awaitable. Not sure why this only stopped working
in HA 2023.6, but there appear to have been some dropped deprecations
of older truly async functions for which this was the replacement, so
it seems some compatibility shim has been removed.
Issue #71 parent 18ff4a0 commit 0add6bc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments