Add warning and error methods. Refactor types (#26)
* Add warning and error methods. Refactor types * Remove obsolete CSS style
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import { ActionConfig } from 'custom-card-helpers';
|
||||
import { ActionConfig, LovelaceCardConfig } from 'custom-card-helpers';
|
||||
|
||||
// TODO Add your configuration elements here for type-checking
|
||||
export interface BoilerplateCardConfig {
|
||||
export interface BoilerplateCardConfig extends LovelaceCardConfig {
|
||||
type: string;
|
||||
name?: string;
|
||||
show_warning?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user