diff --git a/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts b/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts index 219fa2c237..22a0c3d57f 100644 --- a/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts +++ b/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts @@ -94,19 +94,22 @@ class HuiInputNumberEntityRow extends LitElement implements LovelaceRow { ` : html` - +
+ + ${stateObj.attributes.unit_of_measurement} +
`} `;