Fix action typo
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ export class BoilerplateCardEditor extends LitElement implements LovelaceCardEdi
|
|||||||
|
|
||||||
get _tap_action(): ActionConfig {
|
get _tap_action(): ActionConfig {
|
||||||
if (this._config) {
|
if (this._config) {
|
||||||
return this._config.tap_aciton || { action: 'more-info' };
|
return this._config.tap_action || { action: 'more-info' };
|
||||||
}
|
}
|
||||||
|
|
||||||
return { action: 'more-info' };
|
return { action: 'more-info' };
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ export interface BoilerplateCardConfig {
|
|||||||
show_error?: boolean;
|
show_error?: boolean;
|
||||||
test_gui?: boolean;
|
test_gui?: boolean;
|
||||||
entity?: string;
|
entity?: string;
|
||||||
tap_aciton?: ActionConfig;
|
tap_action?: ActionConfig;
|
||||||
hold_action?: ActionConfig;
|
hold_action?: ActionConfig;
|
||||||
double_tap_action?: ActionConfig;
|
double_tap_action?: ActionConfig;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user