GUI customizations

Hello,

I’ve been adding devices, scripts, scenes and automations and other custom stuff. I’m very proud of my work but my home screen looks like a mess :slight_smile:

What I would like to do is create a new view and add all non-essentials to that view. How can I add the scenes, automation, Script and Switch cards to that view and have them not show up as cards on the main view? I know how to add and remove stuff to groups and views, can I do the same with these entities? If so, please let me know.

Also, let’s say that I would like to hide certain elements from my main page and only have them visible for certain views, how do I do that? (might be related to solving first question)

Regards,
hja

Read this:

Thanks alot…
I have groups defined and I have Views setup, which works.
But my question is, how do I add the whole automation card (or any other card like scripts or scenes) to that view and not showing it on the main screen?

You just need to add group.automation (or your name of the group) to the view

You need to make a new default view, since the original one takes in all the groups you make, and that Hass makes.

1 Like

If you have defined a view (i.e. a tab) “technical” and you want to add your group “automations” to that tab:

group:
  default_view: ## this would be your "starting tab" ##
    view: yes
    entities:
      - group.xyz
  technical:
    view: yes
    entities:
      - group.automations

This should lead to two tabs “default view” and “technical” where “technical” contains your group “automations”.

Hope I helped a bit.

1 Like

Thanks alot! That helped :slight_smile:

Can you put a REST call in the main default view?
I have weblinks, but this doesn’t seem to work from iOS app?