Description
This release contains a single bug-fix, and includes a new same_tab
option for the nav
-action.
Please do report, if you find anything that doesn't work after the following changes, listed below.
Changes
- As mentioned in the discussion and PR#185, a small bug prevented people to navigate to remote URL's. It's now fixed, and the
same_tab
option are added too, allowing people to navigate in the current window - instead of a new windows. The function takes use ofwindow.open()
just like Home Assistant. Thanks for the PR. Documentation will be updated soon.