Fix state handling on entity view page

This commit is contained in:
estevez
2018-09-29 17:59:38 +03:00
parent 6834f2ca34
commit 2fcd27d240
4 changed files with 19 additions and 4 deletions

View File

@ -256,7 +256,7 @@ class InputEntity extends Entity {
Padding(
padding: EdgeInsets.only(right: 16.0),
child: Text(
"${_state}${this.unitOfMeasurement}",
"$_state${this.unitOfMeasurement}",
textAlign: TextAlign.right,
style: new TextStyle(
fontSize: 16.0,