diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 282fb0e..67764c2 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -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: @@ -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 }} diff --git a/README.md b/README.md index 7efe156..80e6d18 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/io-package.json b/io-package.json index 0fb978e..0840bc0 100644 --- a/io-package.json +++ b/io-package.json @@ -125,6 +125,7 @@ "Standarduser " ], "keywords": [ + "ioBroker", "visualization", "vis", "homekit" @@ -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", @@ -145,7 +145,6 @@ "vis" ], "onlyWWW": true, - "noConfig": true, "adminUI": { "config": "none" }, diff --git a/package.json b/package.json index 37d49ac..27eb698 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "homepage": "https://github.com/Standarduser/ioBroker.vis-homekittiles", "license": "MIT", "keywords": [ + "ioBroker", "visualization", "vis", "homekit"