Room glance card fixed
- one cannot use hui- cards from home assistant in custom components reliably - cards are loaded on demand -> replaced hui-image with a normal img tag
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
"author": "Martin Bauer",
|
||||
"license": "GPLv3",
|
||||
"devDependencies": {
|
||||
"home-assistant-js-websocket": "^4.2.2",
|
||||
"lit-element": "^2.1.0",
|
||||
"ts-loader": "^6.0.2",
|
||||
"typescript": "^3.5.1",
|
||||
"webpack": "^4.33.0",
|
||||
"webpack-cli": "^3.3.4"
|
||||
"home-assistant-js-websocket": "^4.5.0",
|
||||
"lit-element": "^2.3.1",
|
||||
"ts-loader": "^6.2.2",
|
||||
"typescript": "^3.8.3",
|
||||
"webpack": "^4.42.1",
|
||||
"webpack-cli": "^3.3.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user