Skip to content

Commit

Permalink
Merge pull request #44 from prestomation/fix
Browse files Browse the repository at this point in the history
Attempting to fix HACS linting
  • Loading branch information
prestomation authored Jun 24, 2024
2 parents cfffdd5 + be5eab2 commit 8be6860
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.9"
python-version: "3.11"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.9"
python-version: "3.11"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down
16 changes: 8 additions & 8 deletions custom_components/resmed_myair/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"domain": "resmed_myair",
"name": "ResMed myAir",
"codeowners": [
"@prestomation"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/prestomation/resmed_myair_sensors/blob/master/README.md",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/prestomation/resmed_myair_sensors/issues",
"requirements": [
"beautifulsoup4",
"PyJWT"
],
"iot_class": "cloud_polling",
"version": "0.1.0",
"config_flow": true,
"issue_tracker": "https://github.com/prestomation/resmed_myair_sensors/issues",
"documentation": "https://github.com/prestomation/resmed_myair_sensors/blob/master/README.md",
"codeowners": [
"@prestomation"
]
"version": "0.1.0"
}

0 comments on commit 8be6860

Please sign in to comment.