Add back dummies for deprecated functions

This commit is contained in:
Thomas Lovén 2019-11-06 21:52:24 +01:00
parent d6b209b442
commit c0cf359552
3 changed files with 7 additions and 4 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
card-tools.js binary

File diff suppressed because one or more lines are too long

View File

@ -10,11 +10,13 @@ import { popUp, closePopUp } from "./popup.js";
import { parseTemplate, subscribeRenderTemplate } from "./templates.js"; import { parseTemplate, subscribeRenderTemplate } from "./templates.js";
import { hasOldTemplate, parseOldTemplate } from "./old-templates.js"; import { hasOldTemplate, parseOldTemplate } from "./old-templates.js";
class CardTools { class CardTools {
static checkVersion(v) { static checkVersion(v) { }
}
static args() {}
static logger() { }
static get localize() { return hass().localize; }
static get deviceID() { return deviceID; } static get deviceID() { return deviceID; }