neilimixamo / Home-Assistant-Quick-Look-Mobile

127 stars 6 forks source link

Add link to the new to do entities in bottom bar #22

Closed kesm closed 1 year ago

kesm commented 1 year ago

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?

neilimixamo commented 1 year ago

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.

kesm commented 1 year ago

Works perfectly, thank you!