#Updating Home Assistant Title

1 messages · Page 1 of 1 (latest)

true spruce
#

This looks like such an easy thing to do, yet I'm finding it super complicated. I looked many things online and cannot seem to update this damn title...

I am using Home Assistant Container, Core: 2025.11.3, Frontend: 20251105.1

Can anyone please give me an easy way... if there's even an easy way at this point...?
Thank you a lot.

#

Maybe I'm looking the wrong stuff honestly, no idea at this point

#

I find it super weird that such a thing is not easily changeable

#

I can't even inspect it via the browser

true spruce
#

That should still work with HA in Container version, right?

#

I can't even find card-mods in HACS at all

#

Let me try to use the github repo directly

sullen wasp
#

Yeah.

true spruce
#

Actually I did install HACS wrongly apparently before, now I did it correctly but still

#

Sec, let me read the github doc again before saying anything else lol

#

So

#

I cloned in www

#

git clone https://github.com/thomasloven/lovelace-card-mod right

#

Then from my understanding all I need to do via GUI is clicking on this

#

Which I do, which redirects to an "Open link" page, then nothingness

sullen wasp
#

You can try to manually go there via Settings > Dashboards > three dots > Resources.

#

But if this stuff doesn't work you need to figure out why your HA is broken first. Check logs and the browser's conole for error. Also try that link in safe mode and in incognito mode of your browser.

true spruce
#

But still, following the tutorial you posted, in my custom theme I just added this

#
test:

  card-mod-theme: test
  card-mod-sidebar-yaml: |
    .: |
      .menu .title {
        display: none !important;
      }
      .menu:after {
        content: "Hello, world";
        margin-left: 16px;
      }

  primary-color: "#0B5569"
  accent-color: "#0F6A83"

... REST ...
#

Restarted but nothing changed

#

(My custom theme works fine and it's selected)

sullen wasp
#

I have not tried this myself. I just linked you to relevant discussions about it.

true spruce
#

Alright, I'll look into this more as I'm probably just missing somthing super obvious atp

#

Ty for the patience, keeping this open for now just in case

true spruce
#

...

#

It seems like I had a slightly too old version of the card mod, geez

#

finally!

sullen wasp
#

Hmm. HACS should select the newest one by default.

true spruce
#

It couldn't I think, my HA was too old for the newest ver apparently

#

But hey at least it works