Skip to content

Commit 21fecd8

Browse files
authored
Merge pull request #228 from GrandMoff100/fix-225
Change model_config to allow extra fields
2 parents f18eedd + 910c18e commit 21fecd8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

homeassistant_api/models/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ class BaseModel(PydanticBaseModel):
2323
model_config = ConfigDict(
2424
arbitrary_types_allowed=True,
2525
validate_assignment=True,
26-
extra="forbid",
2726
protected_namespaces=(),
2827
)

0 commit comments

Comments
 (0)