Format of URL with anchor is nonstandard
Closed this issue · 1 comments
robertwigley commented
I am not sure if this is intentional and needed in order for Home Assistant to parse the integration, but rather than using https://www.address.com/page?anchor=anchor_name
the normal format for accessing an anchor is https://www.address.com/page#anchor_name
ShadowAya commented
Using client side routing would make more semantical sense, true. I wanted to use a query parameter to be sure not to break anything, but it wouldn't be a bad idea to add an option to use this instead. Thanks for the suggestion!