diff --git a/src/components/ha-selector/ha-selector-number.ts b/src/components/ha-selector/ha-selector-number.ts
index fd66d3efe700..8c569e4d0740 100644
--- a/src/components/ha-selector/ha-selector-number.ts
+++ b/src/components/ha-selector/ha-selector-number.ts
@@ -34,7 +34,7 @@ export class HaNumberSelector extends LitElement {
${!isBox
? html`
${this.label
- ? html`${this.label}${this.required ? " *" : ""}`
+ ? html`${this.label}${this.required ? "*" : ""}`
: ""}
${this.label}${this.required ? "*" : ""}
` : ""}