Skip to content

Commit

Permalink
Fixed some issues from adapter checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed Jan 2, 2025
1 parent 8ffdd9f commit b2a6b18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '16.x'
node-version: '18.x'

# Deploys the final package to NPM
deploy:
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: '16.x'
node-version: '18.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The widgets are designed for VIS 1.x.
### **WORK IN PROGRESS**

* Added new style "text only" to switch and view-in-widget tiles
* Fixed some issues from adapter checker

### 0.3.2 (2024-12-03)

Expand Down
3 changes: 1 addition & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"Standarduser <[email protected]>"
],
"keywords": [
"ioBroker",
"visualization",
"vis",
"homekit"
Expand All @@ -135,7 +136,6 @@
"license": "MIT"
},
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "vis-homekittiles.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Standarduser/ioBroker.vis-homekittiles/main/admin/vis-homekittiles.png",
Expand All @@ -145,7 +145,6 @@
"vis"
],
"onlyWWW": true,
"noConfig": true,
"adminUI": {
"config": "none"
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"homepage": "https://github.com/Standarduser/ioBroker.vis-homekittiles",
"license": "MIT",
"keywords": [
"ioBroker",
"visualization",
"vis",
"homekit"
Expand Down

0 comments on commit b2a6b18

Please sign in to comment.