Skip to content

Commit 73dfaa1

Browse files
committed
Chore: Bump version to 2.0.0
1 parent 0842f3d commit 73dfaa1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/check-siteid.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
with:
1919
python-version: '3.11'
2020

21-
- name: Setup GitHub CLI
22-
uses: cli/cli@v3
21+
- name: Install GitHub CLI
22+
run: |
23+
sudo apt-get update
24+
sudo apt-get install -y gh
2325
2426
- name: Install Python dependencies
2527
run: |

custom_components/taiwan_aqm/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"domain": "taiwan_aqm",
66
"name": "Taiwan Air Quality Monitor",
77
"version": "2.0.0",
8-
"homeassistant": "2025.1.0",
8+
"homeassistant": "2025.9.0",
99
"documentation": "https://github.com/kukuxx/HA-TaiwanAQM",
1010
"issue_tracker": "https://github.com/kukuxx/HA-TaiwanAQM/issues",
1111
"requirements": [
1212
"httpx"
1313
],
1414
"dependencies": [],
15-
"integration_type": "hub",
15+
"integration_type": "service",
1616
"loggers": [
1717
"taiwan_aqm"
1818
],

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"render_readme": true,
44
"documentation": "https://github.com/kukuxx/HA-TaiwanAQM",
55
"issue_tracker": "https://github.com/kukuxx/HA-TaiwanAQM/issues",
6-
"homeassistant": "2025.1.0"
6+
"homeassistant": "2025.9.0"
77
}

0 commit comments

Comments
 (0)