This commit is contained in:
Jeffrey C. Ollie 2023-02-11 10:16:06 -06:00
parent a44dce4543
commit a98b8dcc4b
Signed by: jeff
GPG Key ID: 6F86035A6D97044E

View File

@ -100,7 +100,7 @@ class EventState(BaseModel):
class EventData(BaseModel):
entity_id: str
new_state: EventState
new_state: EventState | None
old_state: EventState | None