From 988ac0028163cfc970e781718bc9459ed486ea61 Mon Sep 17 00:00:00 2001 From: Tom Matheussen Date: Mon, 9 Jan 2017 01:36:54 +0100 Subject: [PATCH] Added weather platform card, with forecast graph (#160) * Added weather platform card, with forecast graph * Changed login page to a form, allowing autofill * Reverted incorrect login form commit * Moved to a seperate weather card, instead of using a state-card, added basic current information * Some cleanup, set graph line to be smooth * Removed some unnecessary stuff * Removed leftover space --- src/cards/ha-card-chooser.html | 1 + src/cards/ha-weather-card.html | 137 +++++++++++++++++++++++++++++++++ src/components/ha-cards.html | 1 + 3 files changed, 139 insertions(+) create mode 100644 src/cards/ha-weather-card.html diff --git a/src/cards/ha-card-chooser.html b/src/cards/ha-card-chooser.html index c0aa50ac0e..782402ee02 100644 --- a/src/cards/ha-card-chooser.html +++ b/src/cards/ha-card-chooser.html @@ -4,6 +4,7 @@ + \ No newline at end of file diff --git a/src/components/ha-cards.html b/src/components/ha-cards.html index 187055c7cb..735812a817 100644 --- a/src/components/ha-cards.html +++ b/src/components/ha-cards.html @@ -85,6 +85,7 @@ camera: 4, media_player: 3, persistent_notification: 0, + weather: 4, }; var PRIORITY = {