Skip to content

Returns to default view after activity timeout

License

Notifications You must be signed in to change notification settings

fsedarkalex/viewtimeout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viewtimeout

hacs_badge

Returns to specified default view after activity timeout Home Assistant

image

Important Info

  • If you need to disable the timeout feature temporarily, add ?disable_timeout to the end of your URL.
  • Config is placed in the root of your dashboard/panel code: view_timeout:

Config Options

Config Option Type Default Description
timeout: Boolean true enables/disables the timeout feature.
default: String home view to default back to after timeout.
duration: Number 15000 timeout in milliseconds

Simple config example

view_timeout:
  timeout: true
  default: home
  duration: 15000
  
views:


TODO

-User Exceptions

-Per View settings (don't timeout, duration, default to different view or panel)

About

Returns to default view after activity timeout

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%