Add back dummies for deprecated functions
This commit is contained in:
parent
d6b209b442
commit
c0cf359552
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
card-tools.js binary
|
File diff suppressed because one or more lines are too long
@ -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; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user