Rollback calendar trigger day offset support (#14933)

This commit is contained in:
Allen Porter 2023-01-02 12:27:50 -08:00 committed by GitHub
parent e7354ed5a2
commit 3cc1cb7893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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