.DS_Store | |
|
|
.codeclimate.yml | |
|
|
.flake8 | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/dependabot.yml | |
|
|
.github/labels.yml | |
|
|
.github/pull_request_template.md | |
|
|
.github/release-drafter.yml | |
|
|
.github/workflows/codeql.yml | |
|
|
.github/workflows/labels.yml | |
|
|
.github/workflows/lock.yml | |
|
|
.github/workflows/publish.yml | |
|
|
.github/workflows/release-drafter.yml | |
|
|
.github/workflows/requirements.txt | |
|
|
.github/workflows/stale.yml | |
|
|
.github/workflows/static-analysis.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
.mise.toml | |
|
|
.pre-commit-config.yaml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
aioambient/__init__.py | 9 | A 0 mins |
|
aioambient/api.py | 76 | A 0 mins |
|
aioambient/api_request_handler.py | 70 | A 0 mins |
|
aioambient/const.py | 4 | A 0 mins |
|
aioambient/errors.py | 7 | A 0 mins |
|
aioambient/open_api.py | 98 | A 0 mins |
|
aioambient/py.typed | |
|
|
aioambient/util/__init__.py | 15 | A 0 mins |
|
aioambient/util/climate_utils.py | 177 | A 0 mins |
|
aioambient/util/location_utils.py | 34 | A 0 mins |
|
aioambient/websocket.py | 207 | A 0 mins |
|
examples/__init__.py | 1 | A 0 mins |
|
examples/test_rest_api.py | 23 | A 0 mins |
|
examples/test_websocket.py | 47 | A 0 mins |
|
poetry.lock | |
|
|
pyproject.toml | |
|
|
script/release | |
|
|
script/setup | |
|
|