mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 08:33:31 +01:00
Show allow_negative in DurationSelector options (#29775)
This commit is contained in:
committed by
GitHub
parent
36979f10cc
commit
1efd5d26f0
@@ -69,6 +69,10 @@ const SELECTOR_SCHEMAS = {
|
||||
default: true,
|
||||
selector: { boolean: {} },
|
||||
},
|
||||
{
|
||||
name: "allow_negative",
|
||||
selector: { boolean: {} },
|
||||
},
|
||||
] as const,
|
||||
entity: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user