Right-align climate row state display. (#1558)

This commit is contained in:
Jerad Meisner 2018-08-09 23:22:58 -07:00 committed by Paulus Schoutsen
parent f4e92dedff
commit 1a31855fc8

View File

@ -7,6 +7,11 @@ import '../components/hui-generic-entity-row.js';
class HuiClimateEntityRow extends PolymerElement {
static get template() {
return html`
<style>
ha-climate-state {
text-align: right;
}
</style>
<hui-generic-entity-row
hass="[[hass]]"
config="[[_config]]"