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