Navigation to lovelace tab

Hi,

Is there a way to make a script or an automation which can navigate to a certain tab in the lovelace dashboard and show this tab?

In the button-card there is an action called navigate which does exactly what I want.
I cannot find something similar in services in scripts or automations.

thanks for your ideas,
André

No. The script/automation has no way of knowing which web browser to send this command to (there could be many).

…Unless you install Browser mod, which adds this capability https://github.com/thomasloven/hass-browser_mod#--navigate

1 Like

Thanks Tom,

This is exactly what I need.
I copied the contents of the browser_mod folder in the repository to configuration/custom_components/browser_mod/
I added the line browser_mod: to the configuration.yaml.

This error appeared: Component error: browser_mod - Integration ‘browser_mod’ not found.

What am I doing wrong?

André

Tom,

Ignore my previous message about the error. The integration is running now.

André