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
As of now it literally writes set <light> brightness to 25 to the corrected transcript. I'd like this to work like named backreferences in a regex and replace the placeholder in the out part with whatever it captured earlier. (set kitchen light brightness to 25)
This should obviously work both for lists and expansion_rules. And maybe a short example could be added to the README.md
The text was updated successfully, but these errors were encountered:
I'd like to do the following:
As of now it literally writes
set <light> brightness to 25
to the corrected transcript. I'd like this to work like named backreferences in a regex and replace the placeholder in the out part with whatever it captured earlier. (set kitchen light brightness to 25
)This should obviously work both for lists and expansion_rules. And maybe a short example could be added to the README.md
The text was updated successfully, but these errors were encountered: