I have the following entity card in one of my dashboards:
type: entities
entities:
- entity: input_text.pi_hole_disable_duration
secondary_info: none
name: Duration HH:MM:SS
style:
div$:
hui-generic-entity-row$: |
state-badge {
display: none;
}
The DOM Tree looks like this:
What i would like to achieve is this but using card-mod:
<state-badge class=" pointer " icon="" tabindex="0" style="display: none;">
I’ve got zero experience using the DOM so I’m completely lost here.
Help would be gladly appreciated
Thanks in advance!