Skip to content

Commit 4df29f2

Browse files
authored
Homeassistant machine and arch can be None (#77)
1 parent 6bad2e1 commit 4df29f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aiohasupervisor/models/homeassistant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class HomeAssistantInfo(ResponseData):
1515
version: str | None
1616
version_latest: str | None
1717
update_available: bool
18-
machine: str
18+
machine: str | None
1919
ip_address: IPv4Address
20-
arch: str
20+
arch: str | None
2121
image: str
2222
boot: bool
2323
port: int

0 commit comments

Comments
 (0)