mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Use relative trigger keys (#149846)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user