Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aiohasupervisor/models/homeassistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class HomeAssistantInfo(ResponseData):
version: str | None
version_latest: str | None
update_available: bool
machine: str
machine: str | None
ip_address: IPv4Address
arch: str
arch: str | None
image: str
boot: bool
port: int
Expand Down