Default home screen after timer ( browser mod ?)

I’ve got this working nicely based on motion detection (or lack thereof).

alias: Navigate home on idle My Device
description: ""
triggers:
  - type: no_motion
    device_id: <myDeviceID>
    entity_id: <myEntityID>
    domain: binary_sensor
    trigger: device
    for:
      hours: 0
      minutes: 0
      seconds: 20
conditions: []
actions:
  - action: browser_mod.navigate
    metadata: {}
    data:
      browser_id:
        - <MyDeviceID>
      path: /dashboard-main/Home
mode: single