[RFH] [DO NOT MERGE] aiohttp + wifi mesh networks results in request hangs #156147
ci.yaml
on: pull_request
Collect information & changes data
16s
Matrix: Prepare dependencies
Check hassfest
45s
Check all requirements
28s
Check mypy
36s
Check pylint
33s
Check black
22s
Matrix: pytest
Matrix: pytest-mariadb
Matrix: pytest-postgres
Upload test coverage to Codecov
0s
Annotations
4 errors and 2 warnings
Check pylint
Process completed with exit code 4.
|
Check mypy:
homeassistant/components/airzone_cloud/config_flow.py#L93
Item "None" of "BaseConnector | None" has no attribute "_limit" [union-attr]
|
Check mypy:
homeassistant/components/airzone_cloud/__init__.py#L30
Item "None" of "BaseConnector | None" has no attribute "_limit" [union-attr]
|
Check mypy
Process completed with exit code 1.
|
Check pylint:
homeassistant/components/airzone_cloud/__init__.py#L30
W0212: Access to a protected member _limit of a client class (protected-access)
|
Check pylint:
homeassistant/components/airzone_cloud/config_flow.py#L93
W0212: Access to a protected member _limit of a client class (protected-access)
|