Allow camera engines to signal events to the card.

This commit is contained in:
Dermot Duffy
2024-03-03 15:40:20 -08:00
parent 305a2db573
commit 88bea0ae7d
61 changed files with 7480 additions and 4213 deletions
+9 -9
View File
@@ -20,7 +20,7 @@
"@dermotduffy/panzoom": "^4.5.1",
"@egjs/hammerjs": "^2.0.17",
"@graphiteds/core": "^1.9.11",
"@lit-labs/scoped-registry-mixin": "^1.0.1",
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"@lit-labs/task": "^1.1.3",
"@types/bluebird": "^3.5.36",
"component-emitter": "^1.3.0",
@@ -31,7 +31,7 @@
"embla-carousel-wheel-gestures": "8.0.0-rc04",
"home-assistant-js-websocket": "^8.0.0",
"keycharm": "^0.4.0",
"lit": "^2.3.1",
"lit": "^3.1.2",
"lodash-es": "^4.17.21",
"masonry-layout": "^4.2.2",
"moment": "^2.29.4",
@@ -40,8 +40,8 @@
"screenfull": "^6.0.2",
"side-drawer": "^3.1.0",
"uuid": "^8.3.2",
"vis-data": "^7.1.4",
"vis-timeline": "^7.7.0",
"vis-data": "^7.1.9",
"vis-timeline": "^7.7.3",
"vis-util": "^5.0.2",
"web-dialog": "^0.0.11",
"xss": "^1.0.14",
@@ -61,7 +61,7 @@
"@types/masonry-layout": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitest/coverage-istanbul": "^0.34.3",
"@vitest/coverage-istanbul": "^1.3.1",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
@@ -79,8 +79,8 @@
"sass": "^1.54.9",
"ts-prune": "^0.10.3",
"typescript": "^4.9.5",
"vitest": "^0.34.3",
"vitest-mock-extended": "^1.2.1"
"vitest": "^1.3.1",
"vitest-mock-extended": "^1.3.1"
},
"scripts": {
"start": "rollup -c --watch",
@@ -92,7 +92,7 @@
"coverage": "vitest run --coverage"
},
"volta": {
"node": "18.14.0",
"yarn": "3.4.1"
"node": "18.17.1",
"yarn": "4.1.0"
}
}