From 8f0ebcb69df739c1c5ca137b94da468581d3179f Mon Sep 17 00:00:00 2001 From: PeteBa Date: Thu, 16 Nov 2017 07:29:55 +0000 Subject: [PATCH] WIP: Ha-card for plant component (#583) * Ha-card for plant component * Feedback updates and grid css * Revert grid css --- src/cards/ha-card-chooser.html | 1 + src/cards/ha-plant-card.html | 128 +++++++++++++++++++++++++++++++++ src/components/ha-cards.html | 1 + 3 files changed, 130 insertions(+) create mode 100644 src/cards/ha-plant-card.html diff --git a/src/cards/ha-card-chooser.html b/src/cards/ha-card-chooser.html index bf182d99e3..84ee7558cf 100644 --- a/src/cards/ha-card-chooser.html +++ b/src/cards/ha-card-chooser.html @@ -6,6 +6,7 @@ + diff --git a/src/components/ha-cards.html b/src/components/ha-cards.html index 94311747f4..fa05fa48b4 100644 --- a/src/components/ha-cards.html +++ b/src/components/ha-cards.html @@ -84,6 +84,7 @@ history_graph: 4, media_player: 3, persistent_notification: 0, + plant: 3, weather: 4, };