update HA events

This commit is contained in:
Jeffrey C. Ollie 2022-12-24 11:09:14 -06:00
parent 2cdd0ffc31
commit 8b2bf56ab5
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

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