mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Remove allow_extra
This commit is contained in:
parent
9036aafc81
commit
e476949c3e
@ -50,7 +50,7 @@ WEBHOOK_SCHEMA = vol.All(
|
||||
vol.Required(ATTR_DEVICE_ID): cv.string,
|
||||
vol.Required(ATTR_TRIGGER): cv.string,
|
||||
vol.Optional(ATTR_ID): vol.All(cv.string, _id)
|
||||
}, extra=vol.ALLOW_EXTRA),
|
||||
}),
|
||||
_validate_test_mode
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user