Skip to content

Commit 6741a63

Browse files
committed
no conditional
1 parent 2dee1b1 commit 6741a63

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

config.schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
"title": "Device Name",
2626
"type": "string",
2727
"pattern": "^[a-zA-Z0-9]+([a-zA-Z0-9 ]*[a-zA-Z0-9]+)?$",
28-
"placeholder": "My Device",
29-
"condition": {
30-
"functionBody": "return (model.options && model.options.devices && model.options.devices[arrayIndices].hostname);"
31-
}
28+
"placeholder": "My Device"
3229
},
3330
"username": {
3431
"title": "NoIP Username/Email",

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"lint-docs": "typedoc --emit none --treatWarningsAsErrors"
5959
},
6060
"dependencies": {
61-
"@homebridge/plugin-ui-utils": "^1.0.3",
61+
"@homebridge/plugin-ui-utils": "^2.0.0",
6262
"rxjs": "^7.8.1",
6363
"undici": "^6.21.0",
6464
"validator": "^13.12.0"
@@ -69,7 +69,7 @@
6969
"@types/debug": "^4.1.12",
7070
"@types/fs-extra": "^11.0.4",
7171
"@types/mdast": "^4.0.4",
72-
"@types/node": "^22.9.4",
72+
"@types/node": "^22.10.0",
7373
"@types/semver": "^7.5.8",
7474
"@types/source-map-support": "^0.5.10",
7575
"@vitest/coverage-v8": "^2.1.5",

0 commit comments

Comments
 (0)