From 1a31855fc8994d1129cec48b5f879c2a49cea940 Mon Sep 17 00:00:00 2001 From: Jerad Meisner Date: Thu, 9 Aug 2018 23:22:58 -0700 Subject: [PATCH] Right-align climate row state display. (#1558) --- src/panels/lovelace/entity-rows/hui-climate-entity-row.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/panels/lovelace/entity-rows/hui-climate-entity-row.js b/src/panels/lovelace/entity-rows/hui-climate-entity-row.js index 8393a10a35..079c7d33bd 100644 --- a/src/panels/lovelace/entity-rows/hui-climate-entity-row.js +++ b/src/panels/lovelace/entity-rows/hui-climate-entity-row.js @@ -7,6 +7,11 @@ import '../components/hui-generic-entity-row.js'; class HuiClimateEntityRow extends PolymerElement { static get template() { return html` +