Consistent blank before "%" (#8366)

This commit is contained in:
Philip Allgaier
2021-03-07 23:05:20 +01:00
committed by GitHub
parent b71f452795
commit c8ea37eec0
8 changed files with 11 additions and 11 deletions

View File

@@ -129,7 +129,7 @@ class HuiGenericEntityRow extends LitElement {
stateObj.attributes.brightness
? html`${Math.round(
(stateObj.attributes.brightness / 255) * 100
)}%`
)} %`
: "")}
</div>
`