Skip to content

Commit c718325

Browse files
update versions
1 parent c06f999 commit c718325

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Python
4040
uses: "actions/setup-python@v1"
4141
with:
42-
python-version: "3.8"
42+
python-version: "3.12"
4343
- name: Install requirements
4444
run: python3 -m pip install -r requirements_test.txt
4545
- name: Run tests

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Python
4343
uses: "actions/setup-python@v1"
4444
with:
45-
python-version: "3.8"
45+
python-version: "3.12"
4646
- name: Install requirements
4747
run: python3 -m pip install -r requirements_test.txt
4848
- name: Run tests

custom_components/npm_switches/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"documentation": "https://github.com/InTheDaylight14/nginx-proxy-manager-switches",
99
"iot_class": "local_polling",
1010
"issue_tracker": "https://github.com/InTheDaylight14/nginx-proxy-manager-switches/issues",
11-
"version": "1.0.2"
12-
}
11+
"version": "2.0.0"
12+
}

hacs.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "NPM Switches",
33
"hacs": "1.6.0",
4-
"homeassistant": "2022.06.01"
5-
}
6-
4+
"homeassistant": "2024.01.00"
5+
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
colorlog==6.9.0
2-
homeassistant==2024.6.0
2+
homeassistant==2024.11.0
33
pip>=21.3.1
44
ruff==0.7.2

0 commit comments

Comments
 (0)