python-bsblan 5.1.3__tar.gz → 5.1.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/codeql.yaml +2 -2
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/release-drafter.yaml +1 -1
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/release.yaml +2 -2
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/tests.yaml +2 -2
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/PKG-INFO +1 -1
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/package-lock.json +4 -4
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/package.json +1 -1
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/pyproject.toml +4 -4
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/src/bsblan/bsblan.py +74 -172
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/src/bsblan/constants.py +143 -147
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/src/bsblan/exceptions.py +3 -4
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/conftest.py +0 -3
- python_bsblan-5.1.4/tests/test_api_initialization.py +59 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_api_validation.py +4 -5
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_bsblan_edge_cases.py +0 -48
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_circuit.py +18 -16
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_configuration.py +7 -7
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_constants.py +11 -13
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_dhw_time_switch.py +2 -2
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_include_parameter.py +5 -6
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_initialization.py +19 -85
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_set_hotwater.py +3 -3
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_temperature_unit.py +9 -9
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_temperature_validation.py +18 -16
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_thermostat.py +4 -5
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_version_errors.py +6 -6
- python_bsblan-5.1.3/tests/test_api_initialization.py +0 -103
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.editorconfig +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.gitattributes +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/CODE_OF_CONDUCT.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/CONTRIBUTING.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/copilot-instructions.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/labels.yml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/prompts/add-parameter.prompt.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/prompts/code-review.prompt.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/release-drafter.yml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/renovate.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/skills/bsblan-parameters/SKILL.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/skills/bsblan-testing/SKILL.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/auto-approve-renovate.yml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/labels.yaml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/linting.yaml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/lock.yaml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/pr-labels.yaml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.github/workflows/stale.yaml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.gitignore +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.nvmrc +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.pre-commit-config.yaml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.prettierignore +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/.yamllint +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/AGENTS.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/CLAUDE.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/LICENSE.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/Makefile +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/README.md +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/examples/control.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/examples/discovery.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/examples/fetch_param.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/examples/profile_init.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/examples/ruff.toml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/examples/speed_test.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/sonar-project.properties +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/src/bsblan/__init__.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/src/bsblan/models.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/src/bsblan/py.typed +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/src/bsblan/utility.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/__init__.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/device.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/dict_version.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/hot_water_state.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/info.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/password.txt +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/sensor.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/state.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/state_circuit2.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/static_state.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/static_state_circuit2.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/thermostat_hvac.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/thermostat_temp.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/fixtures/time.json +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/ruff.toml +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_auth.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_backoff_retry.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_bsblan.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_context_manager.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_device.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_entity_info.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_entity_info_ha.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_hot_water_additional.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_hotwater_state.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_info.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_read_parameters.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_reset_validation.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_schedule_models.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_sensor.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_set_hot_water_schedule.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_state.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_static_state.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_time.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_utility.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_utility_additional.py +0 -0
- {python_bsblan-5.1.3 → python_bsblan-5.1.4}/tests/test_utility_edge_cases.py +0 -0
|
@@ -24,6 +24,6 @@ jobs:
|
|
|
24
24
|
- name: ⤵️ Check out code from GitHub
|
|
25
25
|
uses: actions/checkout@v6.0.2
|
|
26
26
|
- name: 🏗 Initialize CodeQL
|
|
27
|
-
uses: github/codeql-action/init@v4.
|
|
27
|
+
uses: github/codeql-action/init@v4.35.1
|
|
28
28
|
- name: 🚀 Perform CodeQL Analysis
|
|
29
|
-
uses: github/codeql-action/analyze@v4.
|
|
29
|
+
uses: github/codeql-action/analyze@v4.35.1
|
|
@@ -34,7 +34,7 @@ jobs:
|
|
|
34
34
|
runs-on: ubuntu-latest
|
|
35
35
|
steps:
|
|
36
36
|
- name: 🚀 Run Release Drafter
|
|
37
|
-
uses: release-drafter/release-drafter@v7.
|
|
37
|
+
uses: release-drafter/release-drafter@v7.2.0
|
|
38
38
|
with:
|
|
39
39
|
prerelease: ${{ github.event.inputs.prerelease == 'true' }}
|
|
40
40
|
prerelease-identifier: ${{ github.event.inputs.prerelease_identifier }}
|
|
@@ -43,12 +43,12 @@ jobs:
|
|
|
43
43
|
- name: 🏗 Build package
|
|
44
44
|
run: uv build
|
|
45
45
|
- name: 🚀 Publish to PyPi
|
|
46
|
-
uses: pypa/gh-action-pypi-publish@v1.
|
|
46
|
+
uses: pypa/gh-action-pypi-publish@v1.14.0
|
|
47
47
|
with:
|
|
48
48
|
verbose: true
|
|
49
49
|
print-hash: true
|
|
50
50
|
- name: ✍️ Sign published artifacts
|
|
51
|
-
uses: sigstore/gh-action-sigstore-python@v3.
|
|
51
|
+
uses: sigstore/gh-action-sigstore-python@v3.3.0
|
|
52
52
|
with:
|
|
53
53
|
inputs: ./dist/*.tar.gz ./dist/*.whl
|
|
54
54
|
release-signing-artifacts: false
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
43
43
|
- name: 🚀 Run pytest
|
|
44
44
|
run: uv run pytest --cov=bsblan tests
|
|
45
45
|
- name: ⬆️ Upload coverage artifact
|
|
46
|
-
uses: actions/upload-artifact@v7.0.
|
|
46
|
+
uses: actions/upload-artifact@v7.0.1
|
|
47
47
|
with:
|
|
48
48
|
name: coverage-${{ matrix.python }}
|
|
49
49
|
include-hidden-files: true
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
76
76
|
uv run python -m coverage xml -i
|
|
77
77
|
- name: 🚀 Upload coverage report
|
|
78
78
|
if: env.HAS_CODECOV_TOKEN == 'true'
|
|
79
|
-
uses: codecov/codecov-action@
|
|
79
|
+
uses: codecov/codecov-action@v6.0.0
|
|
80
80
|
with:
|
|
81
81
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
82
82
|
- name: ℹ️ Skip Codecov upload (missing token)
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"url-parse": "1.5.10"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"prettier": "3.8.
|
|
15
|
+
"prettier": "3.8.2"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"node_modules/prettier": {
|
|
19
|
-
"version": "3.8.
|
|
20
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
21
|
-
"integrity": "sha512-
|
|
19
|
+
"version": "3.8.2",
|
|
20
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz",
|
|
21
|
+
"integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==",
|
|
22
22
|
"dev": true,
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"bin": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "python-bsblan"
|
|
3
|
-
version = "5.1.
|
|
3
|
+
version = "5.1.4"
|
|
4
4
|
description = "Asynchronous Python client for BSBLAN API"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Willem-Jan van Rootselaar", email = "liudgervr@gmail.com"}
|
|
@@ -196,7 +196,7 @@ dev = [
|
|
|
196
196
|
# hatch is required to support type hinting and proper packaging of the py.typed file.
|
|
197
197
|
"hatch>=1.14.1",
|
|
198
198
|
"isort==8.0.1",
|
|
199
|
-
"ty==0.0.
|
|
199
|
+
"ty==0.0.29",
|
|
200
200
|
"prek>=0.3.3",
|
|
201
201
|
"pre-commit-hooks==6.0.0",
|
|
202
202
|
"pylint==4.0.5",
|
|
@@ -205,9 +205,9 @@ dev = [
|
|
|
205
205
|
"pytest-cov==7.1.0",
|
|
206
206
|
"pytest-xdist>=3.8.0",
|
|
207
207
|
"pyupgrade==3.21.2",
|
|
208
|
-
"ruff==0.15.
|
|
208
|
+
"ruff==0.15.10",
|
|
209
209
|
"safety==3.7.0",
|
|
210
|
-
"vulture==2.
|
|
210
|
+
"vulture==2.16",
|
|
211
211
|
"yamllint==1.38.0",
|
|
212
212
|
"zeroconf>=0.148.0",
|
|
213
213
|
]
|