1
0
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:
Kevin Stillhammer
2026-02-23 16:02:33 +01:00
committed by GitHub
parent 36979f10cc
commit 1efd5d26f0

View File

@@ -69,6 +69,10 @@ const SELECTOR_SCHEMAS = {
default: true,
selector: { boolean: {} },
},
{
name: "allow_negative",
selector: { boolean: {} },
},
] as const,
entity: [
{