neilimixamo / Home-Assistant-Quick-Look-Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add link to the new to do entities in bottom bar

kesm opened this issue · comments

commented

With latest home assistant update (20203.11) there is now a to do entities Home Assistant Release Note . I would like to be able to access it through bottom bar, instead of notifications for example.

Do you know if it's possible to do this?

Absolutely, you can replace the bottom notification button by a todo button just by adding the following path to line 115 in /dashboards/quick_look_mobile/templates/layout/menu.yaml

navigation_path: /todo

Make sure to customize the name and icon of this button as per your preference.

commented

Works perfectly, thank you!