Skip to content

Commit

Permalink
fix: make AmcState.remote optional
Browse files Browse the repository at this point in the history
  • Loading branch information
vermut committed Nov 9, 2024
1 parent 35da66f commit f450b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/amc_alarm/amc_alarm_api/amc_proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AmcState(BaseModel):
anomaly: int
bit_opened: int
bit_notReady: int
remote: bool
remote: Optional[bool]
progress: Optional[int]


Expand Down

0 comments on commit f450b93

Please sign in to comment.