Use en "–" and em "—" dashes consistently (#11401)

This commit is contained in:
Philip Allgaier
2022-01-24 10:02:44 +01:00
committed by GitHub
parent 22b4550fdf
commit 72bd5f84d6
15 changed files with 19 additions and 19 deletions

View File

@@ -147,7 +147,7 @@ export class HaStateLabelBadge extends LitElement {
default:
return entityState.state === UNKNOWN ||
entityState.state === UNAVAILABLE
? "-"
? ""
: isNumericState(entityState)
? formatNumber(entityState.state, this.hass!.locale)
: computeStateDisplay(