updates
This commit is contained in:
parent
a44dce4543
commit
a98b8dcc4b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class EventState(BaseModel):
|
|||
|
||||
class EventData(BaseModel):
|
||||
entity_id: str
|
||||
new_state: EventState
|
||||
new_state: EventState | None
|
||||
old_state: EventState | None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue