From 8e8d907090e1bad78078cfc842cbf40c7e3bb6ab Mon Sep 17 00:00:00 2001 From: Yevgeniy <33804747+sgttrs@users.noreply.github.com> Date: Wed, 13 Jun 2018 01:29:21 +0600 Subject: [PATCH] Change weather card to support forecasts with two modes (#1277) * Separation of date and time * Remove
, hour to numeric, text uppercase * Revert style, fix
--- src/cards/ha-weather-card.js | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/cards/ha-weather-card.js b/src/cards/ha-weather-card.js index b497422085..aaa58babf9 100644 --- a/src/cards/ha-weather-card.js +++ b/src/cards/ha-weather-card.js @@ -128,7 +128,11 @@ class HaWeatherCard extends