diff --git a/src/components/map/ha-entity-marker.ts b/src/components/map/ha-entity-marker.ts index 248ace4af741..178de1063f6c 100644 --- a/src/components/map/ha-entity-marker.ts +++ b/src/components/map/ha-entity-marker.ts @@ -48,7 +48,7 @@ class HaEntityMarker extends LitElement { width: 48px; height: 48px; font-size: var(--ha-marker-font-size, 1.5em); - border-radius: 50%; + border-radius: var(--ha-marker-border-radius, 50%); border: 1px solid var(--ha-marker-color, var(--primary-color)); color: var(--primary-text-color); background-color: var(--card-background-color);