We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f18eedd + 910c18e commit 21fecd8Copy full SHA for 21fecd8
1 file changed
homeassistant_api/models/base.py
@@ -23,6 +23,5 @@ class BaseModel(PydanticBaseModel):
23
model_config = ConfigDict(
24
arbitrary_types_allowed=True,
25
validate_assignment=True,
26
- extra="forbid",
27
protected_namespaces=(),
28
)
0 commit comments