diff --git a/src/panels/lovelace/components/hui-generic-entity-row.ts b/src/panels/lovelace/components/hui-generic-entity-row.ts index d8abefe0da42..f5e8d521eaa2 100644 --- a/src/panels/lovelace/components/hui-generic-entity-row.ts +++ b/src/panels/lovelace/components/hui-generic-entity-row.ts @@ -172,6 +172,9 @@ class HuiGenericEntityRow extends LitElement { overflow: hidden; text-overflow: ellipsis; } + .info::first-letter { + text-transform: uppercase; + } .flex ::slotted(*) { margin-left: 8px; min-width: 0;