mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix left over "script" in default config when using perform action (#21650)
This commit is contained in:
parent
2832f501d1
commit
e0c98e4524
@ -53,7 +53,7 @@ export class HaServiceAction extends LitElement implements ActionElement {
|
|||||||
);
|
);
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig() {
|
||||||
return { service: "", data: {} };
|
return { action: "", data: {} };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected willUpdate(changedProperties: PropertyValues) {
|
protected willUpdate(changedProperties: PropertyValues) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user