add UI editor
This commit is contained in:
+2
-1
@@ -1,11 +1,12 @@
|
||||
import { ActionConfig } from 'custom-card-helpers';
|
||||
|
||||
// TODO Add your configuration elements here for type-checking
|
||||
export interface BoilerplateConfig {
|
||||
export interface BoilerplateCardConfig {
|
||||
type: string;
|
||||
name?: string;
|
||||
show_warning?: boolean;
|
||||
show_error?: boolean;
|
||||
test_gui?: boolean;
|
||||
entity?: string;
|
||||
tap_aciton?: ActionConfig;
|
||||
hold_action?: ActionConfig;
|
||||
|
||||
Reference in New Issue
Block a user