Lovelace input_select without an icon?

The provided code was working at that moment, since some HA update it is outdated.
Actualized tutorial is here.

All these card-mod issues are better to discuss in the corresponding thread (see my post above).
Btw, using mod-card for Entities card is meaningless.

2 Likes

Hi,
Never mind, It was a caching issueā€¦ Even though I did a delete cacheā€¦

The GUI update of 2022.3 pushed me towards Card-mod. So I installed it using HACS.
Added the following code to configuration.yaml (I tested the url by adding <host:port> and it returns the javascript):

frontend:
  extra_module_url:
    - /hacsfiles/lovelace-card-mod/card-mod.js

Next I restarted HA and created the following test card, but the icon remains visible:

type: entities
entities:
  - entity: input_select.lightscene
    card_mod:
      style:
        hui-generic-entity-row $: |
          state-badge {
            display: none;
          }

Can anyone help me out, cause I am lostā€¦

2 Likes