@ -1,4 +1,3 @@
|
||||
from uuid import UUID
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
@ -7,4 +6,4 @@ from pydantic import BaseModel
|
||||
class EntityGetChildUuid(BaseModel):
|
||||
"""The response from the `EntityGetChildUuid` command."""
|
||||
|
||||
entity_id: UUID
|
||||
entity_id: str
|
||||
|
Reference in New Issue
Block a user