mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +00:00
Disable plant card (#636)
This commit is contained in:
parent
72f22f6214
commit
6074de356c
@ -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 {
|
||||||
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user