Skip to content

Commit 8fa09fa

Browse files
Merge pull request #113 from michaelarnauts/aiocomfoconnect-0-1-15
Bump aiocomfoconnect to 0.1.15
2 parents 1addc83 + fd6db0d commit 8fa09fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ ubuntu-latest ]
24-
python-version: [ "3.12" ]
24+
python-version: [ "3.13" ]
2525
steps:
2626
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
2727
uses: actions/checkout@v4

custom_components/comfoconnect/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config_flow": true,
55
"documentation": "https://www.home-assistant.io/integrations/comfoconnect",
66
"integration_type": "hub",
7-
"requirements": ["aiocomfoconnect==0.1.14"],
7+
"requirements": ["aiocomfoconnect==0.1.15"],
88
"codeowners": ["@michaelarnauts"],
99
"iot_class": "local_push",
1010
"loggers": ["aiocomfoconnect"],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "custom_components/comfoconnect"}]
88

99
[tool.poetry.dependencies]
1010
python = ">=3.12,<3.13"
11-
aiocomfoconnect = "0.1.14"
11+
aiocomfoconnect = "0.1.15"
1212

1313
[tool.poetry.group.dev.dependencies]
1414
homeassistant = "^2024.11.0b1"

0 commit comments

Comments
 (0)