lots of new changes

* HACS badge
* hacs.json
* New action handling with double tap support
* Cleanup
This commit is contained in:
Ian Richardson
2019-10-30 12:44:59 -05:00
parent 3e606bbfd7
commit 078499f029
10 changed files with 695 additions and 1244 deletions
+2 -1
View File
@@ -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;
}