Before the update, the icons were removed from this entity list.
- type: entities
entities:
- entity: sensor.sumry_pv_voltage_1
name: Yard PV Voltage
card_mod:
style:
hui-generic-entity-row:
$: |
state-badge {
display: none;
}
.info {
margin-left:0 !important;
}
- entity: sensor.sumry_pv_current_1
name: Yard PV Current
card_mod:
style:
hui-generic-entity-row:
$: |
state-badge {
display: none;
}
.info {
margin-left:0 !important;
}
What is the best way to remove these icons now and the space they take up?



