A different take on designing a Lovelace UI

Hello
Thanks it is a great job!
Just a question. Where is defined the screensaver ? How change pictures or desable it ?
It miss me Weather.home entity on it.
In what file this entity is declared ? I don’t find it !
Thanks for you help.

Edit: Figured it out. The solution is provided here.

Did you ever resolve the border issue? Even after adding all of the changes in release 2023.7 of matt8707/hass-config, I’m still seeing the borders except mine are orange. I don’t see them when using Safari but on my tablets using Fully Kiosk, they show up.

1 Like

Beautiful one Mattihas!

Two questions for you:

  1. How can I create my own MQTT last-changed to a person? currently, the circle around the person shows NaN instead of how many hours since the last-changed state.

  2. When I swipe right in Media I see text in Swedish which I cannot find in all the YAML files
    Spelare Where can I find this one?

  3. How can I add new icons? I wanted to add an Xbox icon instead of the PS4 and an Aquairum SVG icon to create an aquarium popup monitor menu for me.

Thanks a lot!

Hi @Mattias_Persson
If I want to fit the ui to resize to bee more acurate on a iPad Pro 11” what settings or changes do I need to make?

Now it’s ok in portrait mode but I want it to kind of resize it in landscape mode to fit more with all the buttons. Now I can only see to the middle of row 2 and to see the footer I need to scroll down. It’s like everything resizes to bigger text and layout buttons.

I try I’d with the home assistant app and the browser. I also did hide the left menu

If I can fix this I will mount my iPad on the wall :slight_smile:

Or do anyone else know?

ans to Q2

1 Like

https://github.com/matt8707/hass-config/blob/dc798478f19f7b5a317fe374d1b0284e9f88bb2c/ui-lovelace.yaml#L7C2-L43C45

You need to edit the mediaquery in lovelace.yaml. Take a look at A Complete Guide to CSS Media Queries | CSS-Tricks - CSS-Tricks

How can I create an icon like you used in your code?
Tried to open svg file on a notepad, and copied it to output but the icon is not loaded like I thought it should…

I want to create an aquarium icon and a Laundry machine icon.

Thanks for helping!

Thx, does some hade change this settings to fit on an iPad or screen 11” before ?

Or do I need to experiment for my self to see witch value I need to change?

Is it only on landscape row?

Hi ! How can I change the title of a swipe card like the Plex swipe card but for a grid swipe card.

Thanks a lot!

Here is for example my dashboard on a secondary monitor, it is in portrait mode and in landscape.



https://dropover.cloud/33ecf7#0c291371-49ad-434e-8867-e244e2f3ed78

    #portrait
    '(min-width: 801px) and (max-width: 1440px)':
      grid-gap: 2.2vw
      grid-template-columns: 0 1fr 1fr 1fr 0
      grid-template-rows: 0 fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) 0fr
      grid-template-areas: |
        ".  .          .           .         ."
        ".  sidebar    home        security  ."
        ".  media      cameras     climate   ."
        ".  mainrooms  devices     other     ."
        ".  floorplan  floorplan   floorplan ."
        ".  footer     footer      footer    ."
        ".  .          .           .         ."

5 Likes

@VietNgoc
Wow! Really nice dashboard!
Can you share the whole setup? I’m kind of new here but have managed to get the installation from matt’s installation done and setup my own ui. However, I like people to come up with their own solutions and yours was exactly what I was looking for, i have one more setup i like but no one answers my questions…

Link: A different take on designing a Lovelace UI - #2749 by danieljarhult

I have a list of questions now:

  1. How do you run home assistant
  • Synology NAS or RPI: in docker or as a virtual machine. Do you have supervised installed also?
  • Can you please share witch one and if it’s docker can you paste the link for the right install.
  • i tryied install supervised on docker and it dident work in my synology nas
  1. Can I have home assistant installed on a virtual mashing on a Synology Nas and monitor docker via HA-Dockermon, how ?

  2. In landscape mode you have a “top bar” and on the right side you have weater and date with a floor planer. How to setup that?

  • Where did you build youre floor planner in?
  1. Climate section
  • Can you send how to setup that
  1. Media
  • How did you setup playlist from spotify
  1. Movies
  • Where do you save all movies, nas ?
  • Is that youre libary with latest downloaded, plz explaine more
  1. Network, i have a Dream Machine Pro
  • How did you setup that to show:
    WAN status, uptime, speeds and the access point information like clients
  1. Footer vacum, Im running roborock with xiaomi intergration
  • How did you change the % becuse now when im looking at my setup i see diffrent value, exempel 9700000 %
  1. Overview, whats that? Refresh, whats that?

Do you have a list of intergrations you use?
Do you have all the icons you use?

The message is long i know, if you have the time maybe i can send you private message and we can take it from there

Thx

@VietNgoc
I have a Synology and RPI4

It’s insanely beautiful. I want to do the same as you.

If you don’t mind me asking, I’d like the code for the swipe card in 3d floor and the code for the top bar, which is similar to the footer but perfectly beautiful.

And how did you get the dots that look like they’re showing page at the bottom of the swipe card? That looks so cool.

@Emad131 @kkqq9320 All the knowledge I gained here in the forum. I recommend to read this whole topic and keep trying and trying. I uploaded part of my config that I got from this topic. I hope it will help you a bit to develop your dashboard.


4 Likes

@VietNgoc

Thx!

But can still ask you about this:

  1. How do you run home assistant
  • Synology NAS or RPI: in docker or as a virtual machine. Do you have supervised installed also?
  • Can you please share witch one and if it’s docker can you paste the link for the right install.
  • i tryied install supervised on docker and it dident work in my synology nas
  1. Can I have home assistant installed on a virtual mashing on a Synology Nas and monitor docker via HA-Dockermon, how ?

  2. Floorplan

  • Where did you build youre floor planner in?

HA OS on rpi, floorplan GitHub - ExperienceLovelace/ha-floorplan: Bring new life to Home Assistant. By mapping entities to a SVG-object, you're able to control devices, show states, calling services - and much more. Add custom styling on top, to visualize whatever you can think of. Your imagination just become the new limit.

Thank you so much
I’ll put your files to good use.

How can i monitor docker containers in HA-Dockermon if i install home assistant on a virtual machine @kkqq9320

My light does not support RGB color adjustment. It only has color temperature adjustment and cannot be adjusted using your light template. What should I do to make it able to adjust color temperature and have a color temperature slider

@Adelina ; The recent versions of frontend should do that automatically. Have you updated HA?