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
I am trying to put more flexibility into home-assistant and rhasspy. one part of this is to define more complex rules and parameters:
[FetchUrl]
how is the weather [today|outside] (:){url:https://www.zamg.ac.at/cms/de/wetter/wetter-oesterreich} (:){xpath://*[@id="prognosenText"]/p/text()}
above is just one example - here I send an url and path within the content of that website, to be retrieved by a script in home-assistant.
I can't find a way to set the tag xpath to include characters like: ()[]=
I am trying to put more flexibility into home-assistant and rhasspy. one part of this is to define more complex rules and parameters:
above is just one example - here I send an url and path within the content of that website, to be retrieved by a script in home-assistant.
I can't find a way to set the tag
xpath
to include characters like:()[]=
i assume it breaks while during parsing:
rhasspy-nlu/rhasspynlu/jsgf.py
Line 407 in d423da5
I know it is quite a stretch to ask - but is it possible to allow more characters as tag values?
The text was updated successfully, but these errors were encountered: