Add initial keyboard shortcut support.

This commit is contained in:
Dermot Duffy
2024-06-05 21:44:17 -07:00
parent 904f6d8142
commit 7ab545738d
186 changed files with 9564 additions and 3658 deletions
+6 -4
View File
@@ -5,6 +5,7 @@
"moduleResolution": "node",
"lib": ["es2021", "dom", "dom.iterable"],
"noEmit": true,
"noErrorTruncation": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
@@ -22,12 +23,13 @@
// These tags are provided by the HA frontend and [almost all] cannot be
// imported by a custom card directly.
"globalTags": [
"ha-card",
"ha-combo-box",
"ha-icon",
"ha-icon-button",
"ha-button-menu",
"ha-button",
"ha-card",
"ha-circular-progress",
"ha-combo-box",
"ha-icon-button",
"ha-icon",
"ha-selector",
"ha-svg-icon",
"mwc-button",