Navigation Return after Widget Actioned

Hello

I have used the follow config for my navigation buttons on my dashboard.

outside:
widget_type: navigate
title: Outside
icon_inactive: fa-tree
dashboard: Outside
args:
timeout: 60
return: Home

They work perfectly unless you for example press a widget to turn on a light on the page and the page will not return back the main menu.

Is there a way round this, as i would like any page after 60 seconds to return to main page even if a widget is actioned.

Thanks

Reviving the dead.

I am having the same problem. Has anyone found a solution or workaround for this?

yes.
appdaemon 3.0

ahh yes…thanks…I was still on v2.x …upgraded to v.3 and now everything is working great…thanks!!!

1 Like

Hi, apologies for newbie question - I’ve been trying forever to find an example of the code format and failed. so far I have

home:
  widget_type: navigate
  dashboard: "Hello"
  icon_active: fa-home
  icon_inactive: fa-home
  args:
      timeout: 10
layout:
    - home

It navigates but stays dead… Thanks for helping.

home:
  widget_type: navigate
  dashboard: "Hello"
  icon_active: fa-home
  icon_inactive: fa-home
  timeout: 10
  return: the_name_off_a dashboard_to show_after_the_timeout
layout:
    - home