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:
Martin Bauer
2020-04-19 10:52:45 +02:00
parent 6b8d149993
commit 44835e0fa2
4 changed files with 639 additions and 672 deletions

View File

@@ -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"
}
}