lots of new changes
* HACS badge * hacs.json * New action handling with double tap support * Cleanup
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
import { ActionConfig } from "custom-card-helpers";
|
||||
import { ActionConfig, HASSDomEvent } from "custom-card-helpers";
|
||||
|
||||
// TODO Add your configuration elements here for type-checking
|
||||
export interface BoilerplateConfig {
|
||||
@@ -9,4 +9,5 @@ export interface BoilerplateConfig {
|
||||
entity?: string;
|
||||
tap_aciton?: ActionConfig;
|
||||
hold_action?: ActionConfig;
|
||||
double_tap_action?: ActionConfig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user