Villhellm / custom-sidebar

Custom Sidebar for Home Assistant
115 stars 23 forks source link

Added new option to allow links to open in new browser window #29

Open MattFryer opened 3 years ago

MattFryer commented 3 years ago

Added a new boolean config option "open_new" which sets target="_blank" in the anchor tag for the sidebar item to make it open in a new window. Works for both existing and new items (new_item).

The documentation has also been updated to reflect this option.