We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5052c commit a6601bfCopy full SHA for a6601bf
aiohasupervisor/models/supervisor.py
@@ -40,6 +40,7 @@ class SupervisorInfo(ResponseData):
40
diagnostics: bool | None
41
auto_update: bool
42
country: str | None
43
+ detect_blocking_io: bool
44
45
46
@dataclass(frozen=True, slots=True)
0 commit comments