Disable plant card (#636)

This commit is contained in:
Paulus Schoutsen 2017-11-16 21:52:07 -08:00 committed by GitHub
parent 72f22f6214
commit 6074de356c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<link rel='import' href='./ha-media_player-card.html'> <link rel='import' href='./ha-media_player-card.html'>
<link rel='import' href='./ha-weather-card.html'> <link rel='import' href='./ha-weather-card.html'>
<link rel='import' href='./ha-persistent_notification-card.html'> <link rel='import' href='./ha-persistent_notification-card.html'>
<link rel='import' href='./ha-plant-card.html'> <!-- <link rel='import' href='./ha-plant-card.html'> -->
<script> <script>
class HaCardChooser extends Polymer.Element { class HaCardChooser extends Polymer.Element {

View File

@ -84,7 +84,7 @@
history_graph: 4, history_graph: 4,
media_player: 3, media_player: 3,
persistent_notification: 0, persistent_notification: 0,
plant: 3, // plant: 3,
weather: 4, weather: 4,
}; };