mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-02 22:27:23 +00:00
Refactor automation editor event naming for consistency (#26634)
This commit is contained in:
@@ -15,16 +15,6 @@ import { migrateAutomationAction } from "./script";
|
||||
export const AUTOMATION_DEFAULT_MODE: (typeof MODES)[number] = "single";
|
||||
export const AUTOMATION_DEFAULT_MAX = 10;
|
||||
|
||||
declare global {
|
||||
interface HASSDomEvents {
|
||||
/**
|
||||
* Dispatched to open the automation editor.
|
||||
* Used by custom cards/panels to trigger the editor view.
|
||||
*/
|
||||
"show-automation-editor": ShowAutomationEditorParams;
|
||||
}
|
||||
}
|
||||
|
||||
export interface AutomationEntity extends HassEntityBase {
|
||||
attributes: HassEntityAttributeBase & {
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user