Use relative trigger keys (#149846)

This commit is contained in:
Artur Pragacz
2025-08-05 00:01:40 +02:00
committed by GitHub
parent d48cc03be7
commit 53c9c42148
16 changed files with 128 additions and 48 deletions

View File

@@ -50,7 +50,7 @@ TRIGGER_SCHEMA = vol.Any(
TRIGGERS_SCHEMA = vol.Schema(
{
vol.Remove(vol.All(str, trigger.starts_with_dot)): object,
cv.slug: TRIGGER_SCHEMA,
cv.underscore_slug: TRIGGER_SCHEMA,
}
)