Tab to URL?

Hey there I am looking to make a new tab that will allow me to browse to a local .html file. Or even to browse to a webpage eg. google.com? Is there a way to do this? I have the weblink but it opens a whole new window.

Thanks,
Chris.

I believe the browser component is what your looking for. :slight_smile:
home-assistant.io/components/browser/

How exactly do you implement that?

Kodi:
view: yes
browser:
url: 192.168.100.113:8085

doesn’t do anything…
its not well documented?

The browser component is exposing the browse_url service. The docs were updated to show the usage.

Use the weblink component:

weblink:
  entities:
    - name: Sat Receiver
      url: [192.168.0.14/](http://192.168.0.14/)
      icon: mdi:
1 Like

Web link opens a new window?

I think that it depends on the browser. New tab or new window.