mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-11 12:01:07 +00:00
Collapse automation/script editor sections by default (#13390)
This commit is contained in:
19
src/data/trigger.ts
Normal file
19
src/data/trigger.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import type { Trigger } from "./automation";
|
||||
|
||||
export const TRIGGER_TYPES: Trigger["platform"][] = [
|
||||
"calendar",
|
||||
"device",
|
||||
"event",
|
||||
"state",
|
||||
"geo_location",
|
||||
"homeassistant",
|
||||
"mqtt",
|
||||
"numeric_state",
|
||||
"sun",
|
||||
"tag",
|
||||
"template",
|
||||
"time",
|
||||
"time_pattern",
|
||||
"webhook",
|
||||
"zone",
|
||||
];
|
||||
Reference in New Issue
Block a user