Skip to main content

9 posts tagged with "home-assistant"

View All Tags

Set the default dashboard when Home Assistant loads

· 2 min read
ElChiniNet
Developer of Custom Sidebar

Sometimes it is useful to make a user land on a specific dashboard when Home Assistant is loaded. To achieve this, you can go to your profile and in the User preferences there is a specific section to set the default dashboard for that user. But as the description states, this change will be applied for that user, meaning that if you change it in your mobile it will be reflected also in your desktop device. If you want to have different dashboards in different devices, you need to set up different users for ach one.

Execute services clicking on sidebar items

· One min read
ElChiniNet
Developer of Custom Sidebar

Since the beginning it is possible to assign the href of a sidebar item specifying this property. This property is useful if one wants to go to a dashboard or open an external website when clicking on sidebar items. But since some time, it is also possible to execute a Home Assistant Service (renamed recently to Actions) if we specify the correct action in the on_click property of a sidebar item.

How to start with an empty sidebar

· One min read
ElChiniNet
Developer of Custom Sidebar

When you are going to create a configuration for a user, one possible approach is to start hiding the items that this user doesn't need. But what happens when we want to hide everything and just display a few items for that user? It would be a hassle to write item by item with a hide property. It is better if we hide everything and just show what we want visible.