@ -1,5 +1,5 @@
|
||||
|
||||
from pydantic import BaseModel
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
|
||||
|
||||
@ -7,3 +7,5 @@ class EntityGetChildUuid(BaseModel):
|
||||
"""The response from the `EntityGetChildUuid` command."""
|
||||
|
||||
entity_id: str
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
Reference in New Issue
Block a user