mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Remove allow_extra
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user