From d8fb01ab441a5a91669c37a3139b352738a52e70 Mon Sep 17 00:00:00 2001 From: NovapaX Date: Sun, 1 Apr 2018 02:29:49 +0200 Subject: [PATCH] Hide empty 'Currently' on climate statecard (#1047) * hide currently if no value * zero is falsy. align items * don't hide falsy values * computed property instead of observer * guard null/undefined --- src/components/ha-climate-state.html | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/components/ha-climate-state.html b/src/components/ha-climate-state.html index 0ecac3b056..74a8d5de38 100644 --- a/src/components/ha-climate-state.html +++ b/src/components/ha-climate-state.html @@ -3,6 +3,12 @@