zanna-37 / hass-swipe-navigation

↔️ Swipe through Home Assistant Dashboard views on mobile.
MIT License
322 stars 17 forks source link

Return to default page #44

Closed aled2305 closed 1 year ago

aled2305 commented 1 year ago

Hello, I was wondering if it's possible to configure a timeout feature. For example automatically return to a defined tab after 1 minute of inactivity?

zanna-37 commented 1 year ago

I feel that this is out-of-scope for this repo since it has been designed to do a "swipe navigation". Anyway, I think you can find a component that does that, or you can code it yourself with the help of the Home assists community forum. =)

pskowronek commented 7 months ago

For others interested, this can be achieved using this hint: https://community.home-assistant.io/t/switch-back-to-default-dashboard-after-some-time/498244/6

zanna-37 commented 7 months ago

@pskowronek thank you very much for sharing this!