Add UI support for trigger list (#22133)

* Add UI support for trigger list

* Update gallery

* Fix gallery
This commit is contained in:
Paul Bottein
2024-09-27 16:56:22 +02:00
committed by GitHub
parent 1c12c2b714
commit 94e321a364
13 changed files with 194 additions and 43 deletions

View File

@@ -206,7 +206,8 @@ export type Trigger =
| TemplateTrigger
| EventTrigger
| DeviceTrigger
| CalendarTrigger;
| CalendarTrigger
| TriggerList;
interface BaseCondition {
condition: string;