mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 22:37:21 +00:00
Allow days in calendar trigger offset (#13427)
This commit is contained in:
parent
aa2641d5c9
commit
ec7dea93a0
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user