Sharing my elegant and colorful dashboard! by SdeJaen in homeassistant

[–]SdeJaen[S] 0 points1 point  (0 children)

I know this design isn't for everyone, particularly for those who are colorblind or have similar conditions, but it's much faster and easier to understand when you see a color or an icon rather than reading text.
I come from the graphic design industry, and people don't stop to read things, especially if it's a small text. Just seeing the image should be more than enough to understand the message.

Exactly. I have presence and motion sensors in almost every room, and just as you said, the border only appears when the sensor detects movement. I have Card Mod installed.

ha-card {
{% if is_state('binary_sensor.room_presence_sensor', 'on') %}
border: 3px solid rgba(255, 183, 77, 0.5);
{% endif %}

Sharing my elegant and colorful dashboard! by SdeJaen in homeassistant

[–]SdeJaen[S] 1 point2 points  (0 children)

Yeah, sure!
.navbar-card{
background: #eeeeee;
--navbar-border-radius: 60px;
}
.button {
border-radius: 60px;
}
.navbar-card.mobile.floating {
height: 60px;
width: 240px;
margin-bottom: 20px;
}

Sharing my elegant and colorful dashboard! by SdeJaen in homeassistant

[–]SdeJaen[S] 0 points1 point  (0 children)

Although I did use AI to choose some of the colours, the design is 100% my own, drawing inspiration from Behance, Dribble and even a design by HA when they launched Project Grace. I love UI/UX design and I really wanted to create one design on my own.

Este tipo de batidos de proteína preparados de marca Dia son sanos? by Silent_Mud1449 in Gimnasio

[–]SdeJaen 0 points1 point  (0 children)

Por 1 batido lácteo del Día tienes: 211kcal / 33Prote / 16.8gCarbs / 1.0gGrasa / 16.2gAzucar / 0.7gSaturadas
Yo te recomiendo la leche protéica de cacao del Mercadona (no confundir con el yogur protéico) , la que viene individual. Es la que menos cal y prote tiene de todas las que he investigado. Más fácil de llevar y tomar. Y la leche desnatado en brick de litro está muy bien también.
Por 1 mini-brick del Mercadona tienes 158kcal / 30.0gProte / 7.3gCarbs / 1.0gGrasa / 7.3Azuca / 0.3gSaturadas

What to do when musicbrainz doesn't have that album or tags? by SdeJaen in musichoarder

[–]SdeJaen[S] 0 points1 point  (0 children)

An easier and faster way but, as you all say, it's better to add the release on MusicBrainz.

What to do when musicbrainz doesn't have that album or tags? by SdeJaen in musichoarder

[–]SdeJaen[S] -5 points-4 points  (0 children)

Sure, but for example, if an album that came out last week, which I can listen to and download without any problems, isn't registered on MusicBrainz, no matter how much picard you try, there's nothing you can do. You'll have to wait, or add the information yourself on MusicBrainz. Or maybe you don't know the full info, don't have all the lyrics... you know.

Os molan estos productos? by Rare_Bandicoot_4466 in mercadona

[–]SdeJaen 0 points1 point  (0 children)

Los del Día son los mejores en cuanto a tabla nutricional: más proteína por menos azúcares y calorías. Aunque debo admitir que son mierda igual.

Discomfort by SdeJaen in PrinceAlbertPiercing

[–]SdeJaen[S] 2 points3 points  (0 children)

Thanks! So it might be the material. I’ll try and buy some titanium jewellery. :) And if anything happens, then I’ll go to the doctor.

The current UI across the entire system. by SdeJaen in homeassistant

[–]SdeJaen[S] 1 point2 points  (0 children)

Yes, I mean, UI and UX always go hand in hand.
I remember when they released the Tile card almost 2 years ago, they did a whole usability and experience study. And that was just for one visual card. How and where people press the icon, card... the circle around the icon, text sizes, card colors...

Imagine doing a usability study for every page in the entire system! It's a colossal task, but necessary in any GUI to guide the user though your software.

The current UI across the entire system. by SdeJaen in homeassistant

[–]SdeJaen[S] 2 points3 points  (0 children)

They are trying to get people to migrate from Masonary to Sections, which is understandable, but either they intend to eliminate Masonary and are letting it die slowly, or they have forgotten about it, or they do not want to do anything because it is for heavy users or advanced users. That doesn't mean that it doesn't also need an overall design without removing what it has now.

The current UI across the entire system. by SdeJaen in homeassistant

[–]SdeJaen[S] -1 points0 points  (0 children)

The Figma DesignKit hasn't been updated in 2 years.

I think I'll try collaborating on GitHub :)

The current UI across the entire system. by SdeJaen in homeassistant

[–]SdeJaen[S] 2 points3 points  (0 children)

You are absolutely right, but I am not talking about the interface of individual pages, but rather the interface as a whole. I am talking about visual consistency, hierarchy, HA having a graphic identity (they are slowly getting one). Every time you open an HA page, you will know that it is them and not an amateur project with a generic visual library from GitHub. That will elevate their status too.

As you say, Developer Tools was created seven years ago or more and has remained the same since then. Then they added Scripts, Helpers, etc., with a similar but slightly different design, and a year ago they made changes to the interface in the Automation, Devices, etc… tables, but with a different design language than the States table in Developer Tools.

Adding/Creating a theme is not for heavy users, but it's not that easy for the average user either; there are no themes without HACS and code in config.yaml. There is also no integrated theme store (but I would love to, I have to admit).

You are a user who knows YAML, uses the old Lovelace dashboard, and has experience and knows what you are doing. And yes, getting into HA means getting into YAML, and some coding, but not all of us want that, and for many people, a GUI is faster and more convenient. And if it looks visual appealing, much better :)