Skip to content

Commit a6601bf

Browse files
committed
Include response field
1 parent 5d5052c commit a6601bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aiohasupervisor/models/supervisor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class SupervisorInfo(ResponseData):
4040
diagnostics: bool | None
4141
auto_update: bool
4242
country: str | None
43+
detect_blocking_io: bool
4344

4445

4546
@dataclass(frozen=True, slots=True)

0 commit comments

Comments
 (0)