Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
InTheDaylight14 committed Nov 13, 2024
1 parent c06f999 commit c718325
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 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.8"
python-version: "3.12"
- 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.8"
python-version: "3.12"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions custom_components/npm_switches/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"documentation": "https://github.com/InTheDaylight14/nginx-proxy-manager-switches",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/InTheDaylight14/nginx-proxy-manager-switches/issues",
"version": "1.0.2"
}
"version": "2.0.0"
}
5 changes: 2 additions & 3 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "NPM Switches",
"hacs": "1.6.0",
"homeassistant": "2022.06.01"
}

"homeassistant": "2024.01.00"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.9.0
homeassistant==2024.6.0
homeassistant==2024.11.0
pip>=21.3.1
ruff==0.7.2

0 comments on commit c718325

Please sign in to comment.