File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
custom_components/taiwan_aqm Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments