So if you added a button and put the code below in script:
g_oGbl.EH_Switch2_EH_Screens "KTN","TIMERS"
You can switch directly to the kitchen timers and when you hit the back button go right back to your HA screen.
See below for more info...
'--- V5.15 and above
'---
'--- activate the browser and go to google (Param is SITE_NAME$$WWW ADDRESS)
g_oGbl.EH_Switch2_EH_Screens "BRW","Google$$www.google.com"
'--- to the weather screen
g_oGbl.EH_Switch2_EH_Screens "WTH",""
'--- Valid screens are : "AUD", "VID", "KTN", "OFF", "BRW", "WTH"
'--- Sub screens - 2nd param for "AUD" and VID are: "LIB" and "CAT" (library, catalog)
'--- Sub screens - 2nd param for "KTN" are: "BBOARD", "INFO","RECIPES","SLIST","TIMERS"
'--- Sub screens - 2nd param for "OFF" are: "RSS", "CONTACTS","SCHED","CALC"
'--- Sub screens - 2nd param for "WTH" are: ""
'--- Sub screens - 2nd param for "BRW" are: "MY_SITE_NAME$$www.mysite.com"

