Allow days in calendar trigger offset (#13427)

This commit is contained in:
Franck Nijhof 2022-08-21 00:38:44 +02:00 committed by GitHub
parent aa2641d5c9
commit ec7dea93a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ export class HaCalendarTrigger extends LitElement implements TriggerElement {
], ],
], ],
}, },
{ name: "offset", selector: { duration: {} } }, { name: "offset", selector: { duration: { enable_day: true } } },
{ {
name: "offset_type", name: "offset_type",
type: "select", type: "select",