Right Place? No Frontend option in HACS

As in the subject I have no FrontEnd option for HACS. I am having trouble with card-mod and it isn’t working at all. Here is info from the about page

Integration version: 2.0.1
Frontend version: 20240903140523
Repositories: 1530
Downloaded repositories: 22

If I am missing something big I apologize.

Thanks

  1. Have you installed card-mod according to docs on card-mod repo?
  2. Can you see card-mod as a resource in Settings - Dashboards - Resources?
  3. What do you mean by “not working”?

I am pretty sure I installed it correctly using hacs. I see this as a resource
/hacsfiles/lovelace-card-mod/card-mod.js?hacstag=190927524343

I have a card with this yaml

entity: sensor.openweathermap_temperature
name: Temp.
card_mod:
  style: |
    card-mod {
      font-size: 4.0em; /* Adjust as needed */
    }
When I adjust the font-size nothing happens

type or paste code here

Forgot to add I have this error in the yaml exiting window
Visual editor not supported

  • Key ‘card_mod’ is not expected or not supported by the visual editor.

The code you posted is wrong. Use an example from the card-mod repo.
This the simplest one, colorizing rows in Entities card.
You may find more examples there: main card-mod thread - 1st post - link at the bottom.
Actually, I suggest to ask all card-mod related questions in that thread.

Yet the card-mod (if properly defined) does work and changes may be saved in Editor.
So - do not bother about this error - unless you want to use UI instead of yaml.

Kinda figured I had something wrong. I will look at that thread.

Thanks