mirror of
https://github.com/beestat/app.git
synced 2025-05-31 20:26:32 -04:00
Removed dead references to beestat.cards
This commit is contained in:
parent
78dbaf8c51
commit
b5f976321b
@ -3,8 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
var beestat = {};
|
var beestat = {};
|
||||||
|
|
||||||
beestat.cards = {};
|
|
||||||
|
|
||||||
beestat.ecobee_thermostat_models = {
|
beestat.ecobee_thermostat_models = {
|
||||||
'apolloEms': 'apolloEms',
|
'apolloEms': 'apolloEms',
|
||||||
'apolloSmart': 'ecobee4',
|
'apolloSmart': 'ecobee4',
|
||||||
|
@ -2,15 +2,6 @@
|
|||||||
* Card
|
* Card
|
||||||
*/
|
*/
|
||||||
beestat.component.card = function() {
|
beestat.component.card = function() {
|
||||||
|
|
||||||
/**
|
|
||||||
* For now just load up all the cards this way. In the future will probably
|
|
||||||
* need to allow arrays of certain cards for custom dashboards.
|
|
||||||
*/
|
|
||||||
// beestat.cards[
|
|
||||||
// this.get_class_name_recursive_(beestat.component.card).join('.')
|
|
||||||
// ] = this;
|
|
||||||
|
|
||||||
beestat.component.apply(this, arguments);
|
beestat.component.apply(this, arguments);
|
||||||
};
|
};
|
||||||
beestat.extend(beestat.component.card, beestat.component);
|
beestat.extend(beestat.component.card, beestat.component);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user